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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 23:45:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 23:45:28 +0400
commitac148c50b07e298ff3f54147bd3faa0485f7e0a1 (patch)
treee68669a5d46553dd1293cca61b6d5262a3816084 /app/assets/stylesheets/themes
parent9a94f5eb73b02f1a036d632989e901eaba2f1efa (diff)
style counters on navbar. minor ui changes
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index 4e34e8b1b6b..b0ee94ef34a 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -5,7 +5,7 @@
*/
.ui_basic {
.separator {
- background: white;
+ background: #F9F9F9;
border-left: 1px solid #DDD;
}
}