Index
joshstock.in
/
c5b1652
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
81
28 Mar 2020 23:26
b2d3957
Rewrite template engine
Josh Stockin
1
14
0
G
Blob @
joshstock.in
/
root
/
resources
/
static
/
footer.css
text/css
159 bytes
download raw
1
#footer
{
2
margin
:
0 2em
;
3
}
4
#footer
>
p
{
5
margin
:
0
;
6
}
7
#footer
>
ul
{
8
padding
:
0
;
9
list-style
:
none
;
10
}
11
#footer
>
ul
>
li
{
12
display
:
inline-block
;
13
margin
:
0 4px
;
14
}
15