Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-06 00:00:10 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-06 00:00:10 +0400
commit21bfd1e7fc91ce9a1aa34582381c1dec716607f8 (patch)
tree4bea96dd4a50fa690b0a8bf4c29f8e1871b6dd11 /app/assets/stylesheets/sections/nav.scss
parent19a52197462b9b508af6e90ed3ae55b653d4949e (diff)
minor css improvements
Diffstat (limited to 'app/assets/stylesheets/sections/nav.scss')
-rw-r--r--app/assets/stylesheets/sections/nav.scss24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index 097e819732d..6f6a0e8e29f 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -2,7 +2,7 @@
* Main Menu of Application
*
*/
-ul.main_menu {
+ul.main_menu {
border-radius: 4px;
margin: auto;
margin:30px 0;
@@ -12,7 +12,7 @@ ul.main_menu {
position:relative;
overflow:hidden;
@include shade;
- .count {
+ .count {
position: relative;
top: -1px;
display: inline-block;
@@ -29,12 +29,12 @@ ul.main_menu {
border-radius: 8px;
-moz-border-radius: 8px;
}
- .label {
+ .label {
background:$hover;
text-shadow:none;
color:$style_color;
}
- li {
+ li {
list-style-type: none;
margin: 0;
display: table-cell;
@@ -43,7 +43,7 @@ ul.main_menu {
border-left: 1px solid #EEE;
border-bottom:2px solid #CFCFCF;
- &:first-child{
+ &:first-child{
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
@@ -53,31 +53,31 @@ ul.main_menu {
border-left: 0;
}
- &.current {
+ &.current {
background-color:#D5D5D5;
- border-bottom: 2px solid $style_color;
+ border-bottom: 1px solid #AAA;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;
border-radius: 0 0 1px 1px;
- &:first-child{
+ &:first-child{
border-bottom:none;
border-left:none;
}
}
- &.home {
- a {
+ &.home {
+ a {
background: url(home_icon.PNG) no-repeat center center;
text-indent:-9999px;
min-width:20px;
- img {
+ img {
position:relative;
top:4px;
}
}
}
}
- a {
+ a {
display: block;
text-align: center;
font-weight:bold;