diff options
-rw-r--r-- | app/assets/stylesheets/generic/header.scss | 26 |
1 files 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; |