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-07-13 21:00:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 21:00:46 +0400
commite97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (patch)
tree22cf778e803e3138f595315c46e75bcb86efa2e3 /app/assets/stylesheets/themes
parent46277c39482559451f8e6e032ae1d50f902ca340 (diff)
Fix edit page crash. Minot UI imporvements
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index a2b8c21ea11..44649ea037c 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -31,4 +31,8 @@
border-left: 1px solid #666;
}
}
+
+ .main-nav {
+ box-shadow: 0 -1px 0 white inset;
+ }
}