diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 78456b101..1828fe8ac 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -145,6 +145,27 @@ body.frontpage { } } } +.ie6 { + #user-meta { + float: none; + p { + position: absolute; + margin-top: 35px; + margin-right: 20px; + right: 0px; + left: auto; + } + + } + .mappage { + #user-meta { + p { + margin-right: -100px; + } + } + } +} + /* barnet styles */ .clear { |