diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss index 3522229dc..02508c71d 100644 --- a/web/cobrands/bromley/bromley.scss +++ b/web/cobrands/bromley/bromley.scss @@ -53,11 +53,15 @@ body { color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; // Bromley IE specific CSS .ie6 { + div { zoom: 1; } + #bromley-wrapper { padding: 0; } + #bromley-footer { margin: 0; } #search input { padding: 8px 5px 2px; } #search input.button { padding: 0; width: 68px; line-height: 24px; } input.button { overflow: visible; width: 1%; } } .ie7 { + div { zoom: 1; } #search input { padding: 8px 5px 2px; } #search input.button { padding: 0; width: 68px; line-height: 24px; } input.button { overflow: visible; } |