diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-09-15 17:43:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-09-15 17:43:58 +0100 |
commit | 1ca31d093403ce49092ffdbcfacfacee7eb55ba7 (patch) | |
tree | 04d2e96d76ae567157b9b0f51c02d4b4a7f2a84b /web | |
parent | 295078af6cc34623473e183cda8535a7c601d126 (diff) |
[Hart] Remove unnecessary z-indices.
No longer needed due to core changes.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/base.scss | 1 | ||||
-rw-r--r-- | web/cobrands/hart/hart.scss | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/web/cobrands/hart/base.scss b/web/cobrands/hart/base.scss index c163f3fcd..edc692130 100644 --- a/web/cobrands/hart/base.scss +++ b/web/cobrands/hart/base.scss @@ -77,7 +77,6 @@ h1.main { .big-green-banner { text-transform: none; - z-index: 0; } #form_sign_in { diff --git a/web/cobrands/hart/hart.scss b/web/cobrands/hart/hart.scss index b2602a06e..0823a4bc5 100644 --- a/web/cobrands/hart/hart.scss +++ b/web/cobrands/hart/hart.scss @@ -469,7 +469,3 @@ body.mappage .hart-footer-wrapper { padding: 0.5em; font-size: 0.8em; } - -.banner { - z-index: 1; -} |