diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-10 01:22:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-10 01:22:53 +0000 |
commit | 58b05ad2f998216df3680c3c9c68dfd119adf390 (patch) | |
tree | 61dd45a0546af3d1806d87435cb969b2117bb553 | |
parent | b5f2bfd08d2faea2f80bbcb57fb04d2d9fb4051d (diff) |
Float RSS icons on alerts page.
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 3 |
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; + } } |