diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2012-05-03 14:29:41 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-05-03 16:33:11 +0200 |
commit | 4314fe5f5aee55ee6da39043a8029bef7047b868 (patch) | |
tree | b3334bc6edee01bd33dfb7f28c67d3dc01bd1e0a /skins | |
parent | d9022f63880ce039446fba8364f68e656b7bf4cb (diff) |
Another CSS fix (omission in my previous patch)
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'skins')
-rw-r--r-- | skins/archlinux/arch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index c15da0cd..a1856c7a 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -10,7 +10,7 @@ code, tt { padding: 0.3em; } /* links (including page tabs and personal toolbar) */ 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 > div.mw-content-ltr a, #bodyContent > div.mw-content-rtl a, #wikiPreview > div.mw-content-rtl a { font-weight: bold; } +#bodyContent > div.mw-content-ltr a, #bodyContent > div.mw-content-rtl a, #wikiPreview > div.mw-content-ltr a, #wikiPreview > div.mw-content-rtl a { font-weight: bold; } #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; } |