summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2016-12-27 22:54:56 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2016-12-27 22:54:56 +0100
commit3b33ddac5b110d99f417ad72384e24c80f0df3b2 (patch)
tree4017983730b094e0eec6c282846ddf51aaccc23b
parent20afb4c69ee91a91094eed2bffd566c5bca1ce0d (diff)
downloadgitlab-ce-3b33ddac5b110d99f417ad72384e24c80f0df3b2.tar.gz
darkened hr border color in descriptions because of update of bootstrap
-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 251e43d2edd..a32e8aeeafb 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -61,6 +61,7 @@ pre {
hr {
margin: $gl-padding 0;
+ border-top: 1px solid darken($gray-normal, 8%);
}
.str-truncated {