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
Jérome Perrin
gitlab-ce
Commits
16916fb1
Commit
16916fb1
authored
Dec 03, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve UI for stacked nav-pills
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d793bceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
app/assets/stylesheets/gitlab_bootstrap/nav.scss
app/assets/stylesheets/gitlab_bootstrap/nav.scss
+5
-6
No files found.
app/assets/stylesheets/gitlab_bootstrap/nav.scss
View file @
16916fb1
...
...
@@ -15,18 +15,16 @@
>
li
>
a
{
border-left
:
4px
solid
#EEE
;
padding
:
12px
;
color
:
#777
;
}
>
.active
>
a
{
border-color
:
$primary_color
;
border-radius
:
0
;
background
:
#F1F1F1
;
color
:
$style_color
;
font-weight
:
bold
;
text-shadow
:
0
1px
1px
#fff
;
background
:
none
;
color
:
#333
;
font-weight
:
bolder
;
}
&
.nav-stacked-menu
{
background
:
#FAFAFA
;
li
>
a
{
padding
:
16px
;
}
...
...
@@ -36,6 +34,7 @@
&
.nav-pills-small
{
>
li
>
a
{
padding
:
8px
12px
;
font-size
:
12px
;
}
}
}
...
...
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