Commit 1e7c4a25 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Small css cleanup

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9f032b9c
...@@ -16,8 +16,17 @@ header { ...@@ -16,8 +16,17 @@ header {
filter: none; filter: none;
.title { .title {
position: relative;
float: left;
margin: 0;
margin-left: 25px;
font-size: 18px;
line-height: 44px;
font-weight: normal;
color: #555; color: #555;
@include str-truncated(37%);
a { a {
color: #555; color: #555;
&:hover { &:hover {
...@@ -156,23 +165,6 @@ header { ...@@ -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 { .profile-pic {
padding: 0px !important; padding: 0px !important;
width: 46px; width: 46px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment