From eb9d137759ec9332fa84819b6c04aef5dcb7d603 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 18 Dec 2012 19:12:30 +0100 Subject: [PATCH] Small style improvement --- wcfsetup/install/files/style/global.less | 4 ++++ wcfsetup/install/files/style/layout.less | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 97a9ea2d28..03716c9436 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -326,6 +326,10 @@ a.badge:hover { top: -3px; } +.boxSubHeadline > hgroup > h1 .badge { + font-size: 60%; +} + .tabularBoxTitle > hgroup > h1 > .badge { font-size: 70%; top: -1px; diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 90edd86392..30d20269d8 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -378,6 +378,14 @@ } } + &.boxSubHeadline { + > hgroup { + > h1 { + font-size: @wcfSubHeadlineFontSize; + } + } + } + > .dataList, > .inlineDataList { color: @wcfDimmedColor; -- 2.20.1