From 1e7c4a25fd08685b04dfb19db4f9b1015aaf904d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 21 Apr 2015 16:49:25 +0300 Subject: Small css cleanup Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/generic/header.scss | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/app/assets/stylesheets/generic/header.scss b/app/assets/stylesheets/generic/header.scss index e88d35939ed..72870d2ff96 100644 --- a/app/assets/stylesheets/generic/header.scss +++ b/app/assets/stylesheets/generic/header.scss @@ -16,8 +16,17 @@ header { filter: none; .title { + position: relative; + float: left; + margin: 0; + margin-left: 25px; + font-size: 18px; + line-height: 44px; + font-weight: normal; color: #555; + @include str-truncated(37%); + a { color: #555; &:hover { @@ -156,23 +165,6 @@ header { } } - /** - * - * Project / Area name - * - */ - .title { - position: relative; - float: left; - margin: 0; - margin-left: 25px; - font-size: 18px; - line-height: 44px; - font-weight: normal; - - @include str-truncated(37%); - } - .profile-pic { padding: 0px !important; width: 46px; -- cgit v1.2.1