summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 18:41:07 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 18:41:07 +0200
commit81a831377dfe819ef933f528179689eb78157708 (patch)
tree23b28be277ea35b3472618b569839ec88c4bec0c
parentea029d14be44518a4336b05ca02fce85092ebee8 (diff)
White links in pageinfo.
-rw-r--r--local.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/local.css b/local.css
index 28f1ebb..831b996 100644
--- a/local.css
+++ b/local.css
@@ -44,6 +44,15 @@ div#topbar a:visited {
color: white;
}
+div#backlinks {
+ margin: 0;
+}
+
+div#backlinks a,
+div#backlinks a:hover {
+ color: white;
+}
+
div#pageinfo {
margin: 15em 0 0;
padding: 2px 20px;