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
Tatuya Kamada
gitlab-ce
Commits
3e4de1de
Commit
3e4de1de
authored
Jun 28, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use triangle for current tab highlight
parent
f15e8a0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+16
-4
No files found.
app/assets/stylesheets/sections/nav.scss
View file @
3e4de1de
...
...
@@ -6,9 +6,7 @@
ul
{
margin
:
auto
;
height
:
41px
;
position
:
relative
;
top
:
3px
;
height
:
42px
;
overflow
:
hidden
;
.count
{
font-weight
:
normal
;
...
...
@@ -34,10 +32,23 @@
display
:
table-cell
;
width
:
1%
;
&
.active
{
border-bottom
:
3px
solid
#777
;
a
{
color
:
$style_color
;
font-weight
:
bolder
;
&
:after
{
content
:
''
;
display
:
block
;
position
:
relative
;
bottom
:
8px
;
left
:
50%
;
width
:
0
;
height
:
0
;
border-color
:
transparent
transparent
#777
transparent
;
border-style
:
solid
;
border-width
:
6px
;
margin-left
:
-6px
;
}
}
}
...
...
@@ -67,6 +78,7 @@
text-shadow
:
0
1px
1px
white
;
padding
:
0
10px
;
text-decoration
:
none
;
padding-top
:
4px
;
}
}
}
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