diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-09-24 16:42:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-09-24 22:06:40 +0100 |
commit | 8c720b5bb759a6760e584c3ce1c17ff49d23e0cf (patch) | |
tree | d36af0bf0934f2855b8ce3fc0277d5e285dc524b /web/cobrands/sass/_layout.scss | |
parent | 1c10db2d28ac85b1a3e294818ad507a4a6e336e3 (diff) |
Remove unasked for 'medium' header bottom border.
Without a bottom border specified, using border-image causes an
inherited 'medium' (c. 3px) border to appear. Also repeat header
border image, rather than default stretch.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 738200485..8aa8afc58 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -68,8 +68,7 @@ h1 { min-height: 4em; position: absolute; border-top: 4px solid $primary; - border-left: 0; - border-right: 0; + border-width: 4px 0 0 0; z-index: 2; } } |