summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/local.css b/local.css
index a2bb156..8928eb5 100644
--- a/local.css
+++ b/local.css
@@ -26,11 +26,13 @@ a:hover {
DIV.header {
margin: 1em 1em 0;
}
+
DIV.header,
SPAN.author,
DIV.recentchanges,
SPAN.committype,
-DIV#footer {
+DIV#footer,
+DIV.inlinefooter {
font-size: 80%;
}
@@ -129,7 +131,11 @@ DIV#footer {
width: 100%;
}
-div#pageinfo {
+DIV#backlinks {
+ display: none;
+}
+
+DIV#pageinfo {
margin: 0 1em;
padding: 1em 0 0;
border-top: 0;