From 72a7f9cdacfc511a952364a2eb3998a628672703 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 7 Jan 2016 23:51:19 +0100 Subject: [PATCH] Added missing box-title styling --- wcfsetup/install/files/style/layout/box.scss | 36 +++++++++++++------- 1 file changed, 24 insertions(+), 12 deletions(-) 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; -- 2.20.1