From: Marcel Werk Date: Thu, 7 Jun 2012 17:28:23 +0000 (+0200) Subject: Small style fixes X-Git-Tag: 2.0.0_Beta_1~1075 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f8948702750affde6583eb676e1ef5910620cab0;p=GitHub%2FWoltLab%2FWCF.git Small style fixes --- diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index 75925f0d69..f9cc6a3048 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -28,13 +28,13 @@ top: @wcfGapSmall; width: 15%; - dl { - dt { + > dl { + > dt { line-height: @wcfBaseLineHeight; width: 40%; } - dd { + > dd { font-weight: normal; font-size: @wcfSmallFontSize; width: 58%; @@ -58,15 +58,19 @@ } 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 {