aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-10 01:22:53 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-10 01:22:53 +0000
commit58b05ad2f998216df3680c3c9c68dfd119adf390 (patch)
tree61dd45a0546af3d1806d87435cb969b2117bb553
parentb5f2bfd08d2faea2f80bbcb57fb04d2d9fb4051d (diff)
Float RSS icons on alerts page.
-rw-r--r--web/cobrands/fixmystreet/base.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 04277d0b1..bf433bdbf 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -1482,5 +1482,8 @@ ul.breadcrumb {
.a {
background: #f6f6f6;
}
+ img[width="16"] {
+ float: right;
+ }
}