From: Roan Kattouw Date: Mon, 6 Jul 2009 23:28:21 +0000 (+0000) Subject: (bug 19554) Bot/minor markers aren't bolded in Vector X-Git-Tag: 1.31.0-rc.0~41084 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=4e9257f834ffee1e961f213df3c190b9fad7bc92;p=lhc%2Fweb%2Fwiklou.git (bug 19554) Bot/minor markers aren't bolded in Vector --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 7f2535b42e..662a721dfa 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -883,4 +883,9 @@ li#pt-login { background: url(images/user-icon.png) left top no-repeat; padding-left: 15px !important; text-transform: none; -} \ No newline at end of file +} + +span.newpage, span.minor, span.bot { + font-weight: bold; +} + diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 7a658c89dd..c63353ad24 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -895,4 +895,9 @@ li#pt-login { background: url(images/user-icon.png) right top no-repeat; padding-right: 15px !important; text-transform: none; -} \ No newline at end of file +} + +span.newpage, span.minor, span.bot { + font-weight: bold; +} +