diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-01 12:25:13 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-01 12:25:13 +0100 |
commit | 2d88725407a845076497156e4764a56a09af2024 (patch) | |
tree | 7a57d30c27803e8055befa3d86437b93327491f6 | |
parent | c689b24b5d5b667f51ea35cd41c40935cf53f856 (diff) |
remove extend from twothirdswidth as not required
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 687b3dbcc..6d6ad8a78 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -304,7 +304,6 @@ body.fullwidthpage { } // two thirds width page, also has option for a sidebar which can be sticky or not body.twothirdswidthpage { - @extend .fullwidthpage; .content { width:40em; position: relative; |