Fixed small style issues
authorMarcel Werk <burntime@woltlab.com>
Wed, 14 Nov 2012 01:51:47 +0000 (02:51 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 14 Nov 2012 01:51:47 +0000 (02:51 +0100)
wcfsetup/install/files/style/layout.less

index 499511fbb1cec3937c60f6577918ec9e34907194..18265f622031a517e1c984f97941d91441358d17 100644 (file)
 
 /* header logo */
 .logo {
+       margin-bottom: @wcfGapLarge;
+       
        a {
                display: block;
-               min-height: 100px;
                
                &:hover {
                        text-decoration: none;
 
 /* main menu */
 .mainMenu {
-       margin-top: @wcfGapMedium;
-       
        > ul {
                background-color: @wcfMainMenuBackgroundColor;
                display: inline-block;
 .boxHeadline {
        margin-top: @wcfGapMedium;
        
-       hgroup {
+       hgroup {
                > h1 {
                        color: @wcfHeadlineColor;
                        font-family: @wcfHeadlineFontFamily;
                        }
                }
                
-               > h2, h3 {
+               > h2,
+               > h3 {
                        color: @wcfDimmedColor;
                        font-size: @wcfSmallFontSize;
                }
        }
+       
+       > p,
+       > .dataList {
+               color: @wcfDimmedColor;
+               font-size: @wcfSmallFontSize;
+       }
 }
 
 .contentNavigation {