From d831fe2df18397b144115065405630757496bfbb Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 12 Oct 2011 19:14:22 +0200 Subject: [PATCH] Small improvement of headings --- wcfsetup/install/files/acp/style/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.20.1