From 24d881b12907419ba39d35de8b992f2d0cff6d62 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 14 Nov 2012 02:51:47 +0100 Subject: [PATCH] Fixed small style issues --- wcfsetup/install/files/style/layout.less | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 { -- 2.20.1