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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
ac71c386
Commit
ac71c386
authored
Oct 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'minor-ui-improvements' into 'master'
Minor ui improvements See merge request !1152
parents
c0bb3f5a
b2a45a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
34 deletions
+7
-34
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+7
-34
No files found.
app/assets/stylesheets/sections/nav.scss
View file @
ac71c386
...
...
@@ -8,8 +8,6 @@
ul
{
padding
:
0
;
margin
:
auto
;
height
:
40px
;
overflow
:
hidden
;
.count
{
font-weight
:
normal
;
display
:
inline-block
;
...
...
@@ -37,53 +35,28 @@
a
{
color
:
$link_color
;
font-weight
:
bold
;
&
:after
{
content
:
''
;
display
:
block
;
position
:
relative
;
bottom
:
-1px
;
border-color
:
$link_color
;
border-style
:
solid
;
border-width
:
2px
;
}
border-bottom
:
3px
solid
$link_color
;
}
}
&
:hover
{
a
{
color
:
$link_hover_color
;
&
:after
{
content
:
''
;
display
:
block
;
position
:
relative
;
bottom
:
-1px
;
border-color
:
$link_hover_color
;
border-style
:
solid
;
border-width
:
2px
;
}
}
}
&
.home
{
a
{
i
{
font-size
:
20px
;
position
:
relative
;
top
:
4px
;
}
border-bottom
:
3px
solid
$link_hover_color
;
}
}
}
a
{
display
:
block
;
text-align
:
center
;
font-weight
:
500
;
height
:
38
px
;
line-height
:
3
4
px
;
font-weight
:
bold
;
height
:
42
px
;
line-height
:
3
9
px
;
color
:
#777
;
text-shadow
:
0
1px
1px
white
;
text-decoration
:
none
;
padding-top
:
2px
;
overflow
:
hidden
;
margin-bottom
:
-1px
;
}
}
...
...
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