Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Thu, 11 Apr 2013 20:13:43 +0000 (22:13 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 11 Apr 2013 20:13:43 +0000 (22:13 +0200)
wcfsetup/install/files/style/layout.less

index 11fb5c475351b8bb0b4f32073c5d0380e91a31a1..83205d5fc886e92b4f20af868ebaa7a14773a25b 100644 (file)
 }
 
 .containerHeadline {
-       margin-bottom: @wcfGapSmall;
-       
        > h1 {
                font-size: @wcfTitleFontSize;
                font-weight: bold;
        > h1, > h1 > a {
                .textShadow(@wcfContainerBackgroundColor);
        }
+       
+       + * {
+               margin-top: @wcfGapSmall;
+       }
 }
 
 .containerList {