From f8948702750affde6583eb676e1ef5910620cab0 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 7 Jun 2012 19:28:23 +0200 Subject: [PATCH] Small style fixes --- wcfsetup/install/files/style/wbb.less | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 { -- 2.20.1