From cf566324cfb218f0c7323d97d2a103bbb8d60ba4 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Mon, 23 Apr 2012 23:50:15 +0200 Subject: FS#29021: CSS: font-weight consistency for links under #bodyContent Signed-off-by: Pierre Schmitz --- skins/archlinux/arch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') 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; } -- cgit v1.2.2