summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-12 03:34:49 +0100
committerSiri Reiter <siri@jones.dk>2009-03-12 03:34:49 +0100
commit9d775288fb663946852b4f8b8b2910d52b3cdf5c (patch)
treebae6f2b0ac178d95c70beeda16445325a09941e3
parent45f3f9711cf4943ed3bf873bdf63ae678c78963d (diff)
Pageinfo light blue.
-rw-r--r--local.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/local.css b/local.css
index 6cf4cbac..50b72b62 100644
--- a/local.css
+++ b/local.css
@@ -127,10 +127,13 @@ DIV.notebox p {
}
div#pageinfo {
- margin: 15em 1em 1em;
- padding: 1em 0 0;
+ margin: 15em 0 0;
+ padding: 1em;
border-top: 0;
+ color: white;
+ background-color: #9cf;
}
+
div.actions ul {
border-bottom: 0;
}