From: Luzifr Date: Wed, 12 Oct 2011 17:14:22 +0000 (+0200) Subject: Small improvement of headings X-Git-Tag: 2.0.0_Beta_1~1699^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d831fe2df18397b144115065405630757496bfbb;p=GitHub%2FWoltLab%2FWCF.git Small improvement of headings --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 46e1fd2178..78e5aa048f 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -696,6 +696,7 @@ footer.pageFooter nav.footerNavigation ul li { .subHeading h1 { font-size: 150%; + font-weight: bold; text-shadow: 0 1px 0 #fff; color: #999; border-bottom: 1px solid #ccc; @@ -705,6 +706,7 @@ footer.pageFooter nav.footerNavigation ul li { .subHeading h2 { font-weight: normal; + color: #aaa; }