summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/local.css b/local.css
index 74d3f281..2f17855e 100644
--- a/local.css
+++ b/local.css
@@ -96,13 +96,6 @@ DIV#topbar ol li {
line-height: 2em;
}
-DIV#pageinfo {
- border-top: 0;
- padding: 1em;
- margin: 0;
- background-color: LightBlue;
-}
-
div.actions ul {
border-bottom: 0;
}
@@ -173,3 +166,14 @@ DIV.inlinefooter {
DIV#backlinks {
display: none;
}
+
+DIV#pageinfo {
+ border-top: 0;
+ padding: 1em;
+ margin: 0;
+ background-color: LightBlue;
+}
+
+DIV.pagedate {
+ margin-top: 0;
+}