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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-28 18:50:26 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-28 18:50:26 +0300
commitf12a8c467c21d68f355d523fcc31cf28409287b7 (patch)
tree5fba294da9d679ec7f5fdc5bafb889a63909f047 /app/assets/stylesheets/framework/common.scss
parent6892216f5f65687d4dc53e7e08c649e858fa8ff4 (diff)
parent7e3b63e1b3a7272e5dcb240e200a400d8b62f223 (diff)
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/stylesheets/framework/common.scss')
-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 {