summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-07-04 15:47:02 +0200
committerSiri Reiter <siri@jones.dk>2009-07-04 15:47:02 +0200
commitd290f60e614bfd2df30c151ad17475203e1afee8 (patch)
tree578559793e157d3accaf2e25792596d9d13ba3e5
parentb5098abdd0250eb323140e251b2054b9ea63e3bb (diff)
Cp.
-rw-r--r--local.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/local.css b/local.css
index 0476e5c5..245faffd 100644
--- a/local.css
+++ b/local.css
@@ -163,9 +163,9 @@ div#pageinfo {
position: fixed;
bottom: 0;
width: 100%;
- margin: 15em 0 0;
- padding: 0 1em 1em 1em;
border-top: 0;
+ padding: 1em 1em 1em 20px;
+ margin: 15px 0 0 0;
color: white;
background-color: #9cf;
}
@@ -177,3 +177,13 @@ div#backlinks {
div.actions ul {
border-bottom: 0;
}
+
+DIV.pagedate {
+ margin-top: 0;
+}
+
+DIV.pagecopyright,
+DIV.pagecopyright P {
+ margin-top: 0;
+ margin-bottom: 0;
+}