summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}