Commit f12a8c46 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-light-hr-in-descriptions' into 'master'

darkened hr border color in descriptions because of update of bootstrap

See merge request !8333
parents 6892216f 7e3b63e1
...@@ -66,6 +66,7 @@ pre { ...@@ -66,6 +66,7 @@ pre {
hr { hr {
margin: $gl-padding 0; margin: $gl-padding 0;
border-top: 1px solid darken($gray-normal, 8%);
} }
.str-truncated { .str-truncated {
......
---
title: Darkened hr border color in descriptions because of update of bootstrap
merge_request: 8333
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment