diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 16:02:06 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 16:02:06 +0000 |
commit | 37c732eb4d6fddc5f2cf4f30fbbae79f8a4bd23f (patch) | |
tree | 8eab9f3c71cc379f00adc8ba6efcb6adbf2b190f | |
parent | bde98cf4346dc008120582464d68b8509d9365b3 (diff) |
Amend how .issue-list-a works (fixes #231)
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 7e05a46b3..d3a96b7d0 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -818,7 +818,6 @@ a:hover.button-left { padding:0; a { margin: 0.25em 0 0 0; - padding: 0 1em; display:table; background: #f6f6f6; color:#222222; @@ -836,12 +835,11 @@ a:hover.button-left { .img { text-align:right; img { - margin:0 -1em 0 0.5em; height:auto; } } .text { - padding:0.5em 0; + padding:0.5em 1em 0 1em; h4 { margin:0; } |