diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-14 12:01:31 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-14 12:01:31 +0100 |
commit | d7b28685ca846d714c8c4a029375ed2ce4e0b5e3 (patch) | |
tree | da3a74325ac242dae78907924fd3cfd8af4f113b | |
parent | 6b484311b9a21ae843bfcd81b47b82149e13b39e (diff) |
fix twothirds width poage layout
-rw-r--r-- | web/cobrands/barnet/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index b0f24dbe9..97b27cfff 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -74,7 +74,7 @@ body.fullwidthpage { body.twothirdswidthpage { .content { @include box-shadow(none); - width: 100%; + width: 640px; margin-top: 0; .sticky-sidebar { display: none; |