summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-06 14:25:44 +0200
committerSiri Reiter <siri@jones.dk>2009-04-06 14:25:44 +0200
commit17eecb7d6f57d2131a2422cad42c43b8e834faa8 (patch)
tree9a7309935a7dc326f747c39cbc0659cbdd90c2a4 /local.css
parent35b3bc1d5ccaf0a1a8884e4ffae7342c56a233ae (diff)
Pagedate no margin.
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;
+}