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
6a4ae93f
Commit
6a4ae93f
authored
May 15, 2012
by
Nick Kugaevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS fix: main menu buttons dividers
parent
81a89f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+7
-0
No files found.
app/assets/stylesheets/common.scss
View file @
6a4ae93f
...
...
@@ -195,6 +195,7 @@ nav.main_menu {
-moz-border-radius-bottomleft
:
4px
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
border-left
:
0
;
}
padding
:
10px
25px
;
display
:
inline-block
;
...
...
@@ -203,6 +204,9 @@ nav.main_menu {
margin
:
0
;
float
:left
;
text-shadow
:
0
1px
1px
white
;
border-right
:
1px
solid
#DDD
;
border-left
:
1px
solid
#EEE
;
&
.home
{
background
:
url(home_icon.PNG)
no-repeat
center
center
;
text-indent
:
-9999px
;
...
...
@@ -215,6 +219,9 @@ nav.main_menu {
&
.current
{
background-color
:
#D5D5D5
;
border-bottom
:
2px
solid
#474D57
;
border-right
:
1px
solid
#BBB
;
border-left
:
1px
solid
#BBB
;
border-radius
:
0
0
1px
1px
;
&
:first-child
{
border-bottom
:none
;
}
...
...
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