diff options
Diffstat (limited to 'web/cobrands/zurich/base.scss')
-rw-r--r-- | web/cobrands/zurich/base.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index cdbdcbfbd..559d97a27 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -52,7 +52,7 @@ } #site-header { - background: $mobile_header_blue; + background: $mobile_header_blue; border-top: 4px solid $mobile_menu_tab_bg_col; height: 48px; } @@ -60,15 +60,9 @@ background: url(logo_portal.jpg) 0px -24px no-repeat; width: 200px; height: 48px; - left:0; + left:0; top:4px; } -// Colour tab to match colour scheme -#nav-link { - width: 50px; - height: 48px; - background: url('/cobrands/zurich/tab-white.png') 0 0 no-repeat; -} #front-howto #front_stats, #front-main #postcodeForm { background-color: $mobile_header_blue; |