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:
authordimitrieh <dimitriehoekstra@gmail.com>2016-12-28 00:54:56 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2016-12-28 00:54:56 +0300
commit3b33ddac5b110d99f417ad72384e24c80f0df3b2 (patch)
tree4017983730b094e0eec6c282846ddf51aaccc23b /app/assets/stylesheets/framework/common.scss
parent20afb4c69ee91a91094eed2bffd566c5bca1ce0d (diff)
darkened hr border color in descriptions because of update of bootstrap
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 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 {