diff options
author | Dario Giovannetti <dariogiova@gmail.com> | 2012-04-23 23:50:15 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-04-26 10:43:03 +0200 |
commit | cf566324cfb218f0c7323d97d2a103bbb8d60ba4 (patch) | |
tree | f1bd4fe08181f24d8df47524a37e4204c9cf4a5a /skins | |
parent | 3d88fe4755d098dd870d24815f1197fd9b542946 (diff) |
FS#29021: CSS: font-weight consistency for links under #bodyContent
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 ffb94749..2306a357 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -10,7 +10,7 @@ code, tt { padding: 0.1em 0.2em; } /* 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 p a, #bodyContent li a, #bodyContent td a { font-weight: bold; } +#bodyContent > div.mw-content-ltr a, #bodyContent > 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; } |