summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-28 15:50:26 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-28 15:50:26 +0000
commitf12a8c467c21d68f355d523fcc31cf28409287b7 (patch)
tree5fba294da9d679ec7f5fdc5bafb889a63909f047 /app/assets
parent6892216f5f65687d4dc53e7e08c649e858fa8ff4 (diff)
parent7e3b63e1b3a7272e5dcb240e200a400d8b62f223 (diff)
downloadgitlab-ce-f12a8c467c21d68f355d523fcc31cf28409287b7.tar.gz
Merge branch 'fix-light-hr-in-descriptions' into 'master'
darkened hr border color in descriptions because of update of bootstrap See merge request !8333
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 5e3a91af86e..34757c57acf 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -66,6 +66,7 @@ pre {
hr {
margin: $gl-padding 0;
+ border-top: 1px solid darken($gray-normal, 8%);
}
.str-truncated {