Skip to content

Commit

Permalink
Fix footnote css
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed May 11, 2016
1 parent 5907fcb commit 5121cb4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/base.css
Expand Up @@ -17,7 +17,7 @@ ul {
}

div#footer {
margin: 60px 0px 36px 0px;
margin: 48px 0px 36px 0px;
}

html {
Expand Down Expand Up @@ -129,9 +129,16 @@ a.footnoteRef sup {
padding: 2px;
}

div.footnotes:before {
content: "Footnotes";
font-size: 18px;
padding-left: 18px;
}

div.footnotes {
color: #555;
border-left: 1px dashed #555;
color: #555;
margin-top: 60px;
}

div.footnotes hr {
Expand Down

0 comments on commit 5121cb4

Please sign in to comment.