diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-06-12 08:11:32 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-06-12 08:11:32 +0200 |
commit | 015b25412c545b0b5a3db1cbaf01491418aa4e22 (patch) | |
tree | bcb0a054192bb8d185f98fc86bb07e017327c1c2 | |
parent | 2bfcc98e47108dc7431d946cc89ef37a723cfc2c (diff) |
fix page history links
-rw-r--r-- | skins/archlinux/arch.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index 2e04fef9..52668971 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -10,8 +10,7 @@ code { font-family: monospace; } a, #p-cactions li a { text-decoration: none; outline: none; } a:link, #p-cactions li a, #p-personal li a, #bodyContent a.external { color: #07b; } #bodyContent p a, #bodyContent li a, #bodyContent td a { font-weight: bold; } -#bodyContent #toc a, #bodyContent .special li > a, -#bodyContent #toc a, #bodyContent .special li span a { font-weight: normal; } +#bodyContent #toc a, #bodyContent .special li > a, #bodyContent .special li span a, #bodyContent #pagehistory a { font-weight: normal; } a:visited, #bodyContent a:visited.external { color: #666; } a:focus { color: #e90 !important; } a:hover, #p-personal li a:hover, #bodyContent #toc a:hover, #bodyContent a:hover.external { text-decoration: underline; background-color: transparent; color: #999; } |