diff options
author | Alex Legler <alex@a3li.li> | 2014-12-28 15:18:22 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-12-28 15:18:22 +0100 |
commit | 90c245e26f20299ebf66cf2c6e6bb06e42afca3f (patch) | |
tree | 192b7516f353efead550c6f20d43358d51f82199 /main.css | |
parent | Add viewport (diff) | |
download | skin-tyrian-90c245e26f20299ebf66cf2c6e6bb06e42afca3f.tar.gz skin-tyrian-90c245e26f20299ebf66cf2c6e6bb06e42afca3f.tar.bz2 skin-tyrian-90c245e26f20299ebf66cf2c6e6bb06e42afca3f.zip |
Fix redlinks in navbar, bug 533790
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,14 @@ nav#wiki-actions ul.nav li.active { font-weight: bold; } +nav#wiki-actions ul.nav li.new a:link { + color: #ba0000; +} + +nav#wiki-actions ul.nav li.new a:visited { + color: #a55858; +} + nav li { margin-bottom: 0; } |