diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-06-13 12:11:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-06-13 12:11:20 +0200 |
commit | b2d61c5496bde4a1d161b4fa292b3169cec9a2ec (patch) | |
tree | 3d38a512c24225c9d5035fa90e97907a53eabc80 /skins | |
parent | 015b25412c545b0b5a3db1cbaf01491418aa4e22 (diff) |
use normal font weight for sidebar
Diffstat (limited to 'skins')
-rw-r--r-- | skins/archlinux/arch.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skins/archlinux/arch.css b/skins/archlinux/arch.css index 52668971..dafd997d 100644 --- a/skins/archlinux/arch.css +++ b/skins/archlinux/arch.css @@ -48,9 +48,6 @@ html > body #p-cactions { top: 92px; } /* and now for the browsers that work like they should */ html > body #column-one { padding-top: 36px; } -/* bold the sidebar headings */ -.portlet h5 { font-weight: bold; } - /* disable footer logos TODO: see if this can be done in LocalSettings.php */ #f-poweredbyico, #f-copyrightico { display: none; } |