Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
1e7c4a25
Commit
1e7c4a25
authored
Apr 21, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small css cleanup
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9f032b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
17 deletions
+9
-17
app/assets/stylesheets/generic/header.scss
app/assets/stylesheets/generic/header.scss
+9
-17
No files found.
app/assets/stylesheets/generic/header.scss
View file @
1e7c4a25
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment