Commit f51c21b671c9abedc5773a3cf17b0d762cee814b

Authored by Dmitriy Zaporozhets
1 parent 83b0a24e

Minor ui fixes

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
... ... @@ -35,7 +35,6 @@
35 35 color: #666;
36 36 margin:20px 0;
37 37 background: #FAFAFA;
38   - box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1;
39 38  
40 39 .control-group {
41 40 margin-bottom: 0;
... ...
app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -116,3 +116,7 @@ pre.well-pre {
116 116 color: #FFF;
117 117 }
118 118 }
  119 +
  120 +.dropdown-menu > li > a {
  121 + text-shadow: none;
  122 +}
... ...