summaryrefslogtreecommitdiff
path: root/src/content/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/style.css')
-rw-r--r--src/content/style.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/content/style.css b/src/content/style.css
index e3b79b5..4aab842 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -71,21 +71,25 @@ ul.no-style li {
/* Footer */
-footer {
+body > footer {
font-size: 14px;
- margin-top: 30px;
padding: 12px 0px 12px 0px;
}
-footer li {
+body > footer li {
list-style-type: none;
margin-top: 10px;
}
-footer li a {
+body > footer li a {
margin-left: 5px;
}
+.content-footer, .page-footer, #footnotes {
+ border-top: 0.5px solid #555;
+}
+
+
/* Code blocks */