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
5e1b9360
Commit
5e1b9360
authored
Mar 10, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main menu css updated
parent
cd06d6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+6
-4
No files found.
app/assets/stylesheets/common.scss
View file @
5e1b9360
...
...
@@ -234,12 +234,11 @@ header {
*
*/
nav
.main_menu
{
overflow
:hidden
;
border-radius
:
4px
;
margin
:
auto
;
margin
:
30px
$app_padding
;
background
:
#eee
;
border
:
1px
solid
#
ccc
;
border
:
1px
solid
#
bbb
;
height
:
38px
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#eee
)
,
to
(
#dfdfdf
));
background-image
:
-webkit-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
...
...
@@ -268,7 +267,6 @@ nav.main_menu {
padding
:
10px
25px
;
display
:
inline-block
;
color
:
$style_color
;
border-right
:
1px
solid
#d5d5d5
;
position
:
relative
;
box-shadow
:
1px
0
0
rgba
(
255
,
255
,
255
,
0
.1
);
margin
:
0
;
...
...
@@ -284,7 +282,11 @@ nav.main_menu {
}
}
&
.current
{
background-color
:
#DDD
;
background-color
:
#D5D5D5
;
border-bottom
:
2px
solid
#474D57
;
&
: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