Small style fixes
authorMarcel Werk <burntime@woltlab.com>
Thu, 7 Jun 2012 17:28:23 +0000 (19:28 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 7 Jun 2012 17:28:23 +0000 (19:28 +0200)
wcfsetup/install/files/style/wbb.less

index 75925f0d694501c11bf1b6b2198013ee1287b00b..f9cc6a3048df2e6edee6234b8f6f46be084f04e2 100644 (file)
                top: @wcfGapSmall;
                width: 15%;
                
-               dl {
-                       dt {
+               dl {
+                       dt {
                                line-height: @wcfBaseLineHeight;
                                width: 40%;
                        }
                        
-                       dd {
+                       dd {
                                font-weight: normal;
                                font-size: @wcfSmallFontSize;
                                width: 58%;
                }
                
                hgroup {
-                       h1 a {
+                       > h1 {
                                display: inline-block;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                width: 98%;
                                white-space: nowrap;
+                               
+                               > .badge {
+                                       font-size: @wcfSmallFontSize;
+                               }
                        }
                        
-                       h2 {
+                       h2 {
                                font-size: @wcfSmallFontSize;
                                
                                time {