diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-24 15:20:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-09 09:58:36 +0100 |
commit | b853eaf2783217e7790668a75af1102e1ae333dd (patch) | |
tree | e465ac2b405737f0d2c880b108412d064b7d2108 | |
parent | 8ad85fd8d0dac0b8f01e4a22ba99dfbfb36502e9 (diff) |
put a bit of space between report title and meta information in issue list
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 6659c047f..5d71c33e6 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -903,6 +903,7 @@ a:hover.button-left { color:#666; display: block; padding-right: 1em; + padding-top: 0.25em; padding-bottom: 0.25em; } } |