diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 6f435d141..5b968a97a 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -85,3 +85,37 @@ body { #front-main { background: $primary url(/cobrands/fixamingata/images/tile-y.jpg); } + +.tablewrapper { + >div { + width: auto; + } +} +.ie6, .ie7 { + .tablewrapper { + div { + width: auto; + } + } +} + +#footer-help { + ul { + li { + width: 30%; + border-right: 1.25em solid transparent; + &:last-child { + border-left: none; + } + } + } +} +.ie6, .ie7 { + #footer-help { + ul { + li { + width: 33%; + } + } + } +} |