aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss3
-rw-r--r--web/cobrands/fixmystreet/layout.scss6
2 files changed, 6 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 879ef7846..5a523bebd 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -1466,8 +1466,5 @@ ul.breadcrumb {
.a {
background: #f6f6f6;
}
- img {
- float: right;
- }
}
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 433fe1152..c00e1229f 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -304,6 +304,12 @@ body.twothirdswidthpage {
padding:1em;
@include box-shadow(0px 0px 6px 1px #000);
}
+ aside h2 {
+ margin-top: 0;
+ }
+ aside img {
+ margin-bottom: 0.25em;
+ }
.sticky-sidebar {
position: absolute;
left:42em;