summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/local.css b/local.css
index 50b72b62..abbc9135 100644
--- a/local.css
+++ b/local.css
@@ -128,12 +128,16 @@ DIV.notebox p {
div#pageinfo {
margin: 15em 0 0;
- padding: 1em;
+ padding: 0 1em 1em 1em;
border-top: 0;
color: white;
background-color: #9cf;
}
+div#backlinks {
+ display: none;
+}
+
div.actions ul {
border-bottom: 0;
}