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:
authorKoen Punt <koen@koenpunt.nl>2012-11-23 20:33:43 +0400
committerKoen Punt <koen@koenpunt.nl>2012-11-29 15:18:44 +0400
commit84de1b71d1547cc92e0f22a5e00b1f8e90f35a67 (patch)
tree61b2d16c08b4b3a1fda1ac5d20f24ef8b1d6235c /app/assets/stylesheets/sections/nav.scss
parent755e4a470015ad83337943d62a32ede2921eda53 (diff)
Added some uniformity, all css properties and values are separated by a colon and a space `: `
Diffstat (limited to 'app/assets/stylesheets/sections/nav.scss')
-rw-r--r--app/assets/stylesheets/sections/nav.scss60
1 files changed, 30 insertions, 30 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index 5707216922c..7c39661d077 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -5,34 +5,34 @@
ul.main_menu {
border-radius: 4px;
margin: auto;
- margin:30px 0;
- border:1px solid #BBB;
- height:37px;
+ margin: 30px 0;
+ border: 1px solid #BBB;
+ height: 37px;
@include bg-gray-gradient;
- position:relative;
- overflow:hidden;
+ position: relative;
+ overflow: hidden;
@include shade;
.count {
position: relative;
- top: -1px;
- display: inline-block;
- height: 15px;
- margin: 0 0 0 5px;
- padding: 0 8px 1px 8px;
- height: auto;
- font-size: 0.82em;
- line-height: 14px;
- text-align: center;
- color: #777;
- background: #f2f2f2;
- border-top: 1px solid #CCC;
- border-radius: 8px;
- -moz-border-radius: 8px;
+ top: -1px;
+ display: inline-block;
+ height: 15px;
+ margin: 0 0 0 5px;
+ padding: 0 8px 1px 8px;
+ height: auto;
+ font-size: 0.82em;
+ line-height: 14px;
+ text-align: center;
+ color: #777;
+ background: #f2f2f2;
+ border-top: 1px solid #CCC;
+ border-radius: 8px;
+ -moz-border-radius: 8px;
}
.label {
- background:$hover;
- text-shadow:none;
- color:$style_color;
+ background: $hover;
+ text-shadow: none;
+ color: $style_color;
}
li {
list-style-type: none;
@@ -59,8 +59,8 @@ ul.main_menu {
border-left: 1px solid #BBB;
border-radius: 0 0 1px 1px;
&:first-child{
- border-bottom:none;
- border-left:none;
+ border-bottom: none;
+ border-left: none;
}
}
@@ -68,10 +68,10 @@ ul.main_menu {
a {
background: url(home_icon.PNG) no-repeat center center;
text-indent:-9999px;
- min-width:20px;
+ min-width: 20px;
img {
- position:relative;
- top:4px;
+ position: relative;
+ top: 4px;
}
}
}
@@ -79,9 +79,9 @@ ul.main_menu {
a {
display: block;
text-align: center;
- font-weight:bold;
- height:35px;
- line-height:36px;
+ font-weight: bold;
+ height: 35px;
+ line-height: 36px;
color: $style_color;
text-shadow:0 1px 1px white;
padding:0 10px;