diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-21 13:33:50 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-21 13:33:50 +0000 |
commit | b5e3e31060abd0dfd27a81d184e285d7b2c89b8d (patch) | |
tree | 50bebe33dbb03671bc00fa66d05e2665e15cac32 /web | |
parent | 8e328632edb27ea6f1b27c292935af99fff375d7 (diff) |
Fix receive updates on /around
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index b3b1c1dc1..dbb0a9cb2 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -259,6 +259,14 @@ body { } } } + &.singleton { + li { + text-align:right; + a { + padding-right:3em; + } + } + } } } |