From: Marcel Werk Date: Wed, 14 Nov 2012 01:51:47 +0000 (+0100) Subject: Fixed small style issues X-Git-Tag: 2.0.0_Beta_1~778^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=24d881b12907419ba39d35de8b992f2d0cff6d62;p=GitHub%2FWoltLab%2FWCF.git Fixed small style issues --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 499511fbb1..18265f6220 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -103,9 +103,10 @@ /* header logo */ .logo { + margin-bottom: @wcfGapLarge; + a { display: block; - min-height: 100px; &:hover { text-decoration: none; @@ -124,8 +125,6 @@ /* main menu */ .mainMenu { - margin-top: @wcfGapMedium; - > ul { background-color: @wcfMainMenuBackgroundColor; display: inline-block; @@ -357,7 +356,7 @@ .boxHeadline { margin-top: @wcfGapMedium; - hgroup { + > hgroup { > h1 { color: @wcfHeadlineColor; font-family: @wcfHeadlineFontFamily; @@ -372,11 +371,18 @@ } } - > h2, h3 { + > h2, + > h3 { color: @wcfDimmedColor; font-size: @wcfSmallFontSize; } } + + > p, + > .dataList { + color: @wcfDimmedColor; + font-size: @wcfSmallFontSize; + } } .contentNavigation {