From: Marcel Werk Date: Thu, 7 Jan 2016 22:51:19 +0000 (+0100) Subject: Added missing box-title styling X-Git-Tag: 3.0.0_Beta_1~2030^2~167 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=72a7f9cdacfc511a952364a2eb3998a628672703;p=GitHub%2FWoltLab%2FWCF.git Added missing box-title styling --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 425eaee46e..2acfa81875 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -233,18 +233,6 @@ /* styling for boxes in / position */ .boxesContentTop, .boxesContentBottom { - .boxTitle { - color: $wcfContentHeadlineText; - - a { - color: $wcfContentHeadlineLink; - - &:hover { - color: $wcfContentHeadlineLinkActive; - } - } - } - .box { &:not(:first-child) { margin-top: 30px; @@ -260,6 +248,18 @@ } } + .boxTitle { + color: $wcfContentHeadlineText; + + a { + color: $wcfContentHeadlineLink; + + &:hover { + color: $wcfContentHeadlineLinkActive; + } + } + } + .boxImage { float: left; width: 20%; @@ -319,6 +319,18 @@ } } + .boxTitle { + color: $wcfFooterBoxHeadlineText; + + a { + color: $wcfFooterBoxHeadlineLink; + + &:hover { + color: $wcfFooterBoxHeadlineLinkActive; + } + } + } + .boxImage { margin-bottom: 10px; text-align: center;