aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-14 16:53:12 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-14 16:53:12 +0100
commitb1777b6998132dd94d65b6c85429124561d8cbc4 (patch)
tree429be3f9d52eeaaa59e577fc44db1b235b294cc7 /web
parent92aa6f070a4dc7302b3945fec6ee97da3f906ddc (diff)
Put photos back at bottom of page, where they should be, and fix desktop display in a simpler way.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/bromley/layout.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss
index 57c2dbd71..d3c8fb065 100644
--- a/web/cobrands/bromley/layout.scss
+++ b/web/cobrands/bromley/layout.scss
@@ -132,6 +132,7 @@ body.twothirdswidthpage {
@include box-shadow(none);
}
.sticky-sidebar {
+ top: 1em;
aside {
position: absolute;
top: 0;
@@ -139,15 +140,6 @@ body.twothirdswidthpage {
}
}
}
-@media only screen and (min-width: 48em) and (max-width: 61em) {
- body.twothirdswidthpage {
- .content {
- .sticky-sidebar {
- top: auto;
- }
- }
- }
-}
// So as not to interfere with the Bromley footer, make the fixed nav static.
.shadow-wrap {