diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 18:41:07 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-10-22 18:41:07 +0200 |
commit | 81a831377dfe819ef933f528179689eb78157708 (patch) | |
tree | 23b28be277ea35b3472618b569839ec88c4bec0c | |
parent | ea029d14be44518a4336b05ca02fce85092ebee8 (diff) |
White links in pageinfo.
-rw-r--r-- | local.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |