diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-17 11:26:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-17 11:26:00 +0000 |
commit | d3491b7ebc217c32b7da50d7c9b76e26fa0b6c4f (patch) | |
tree | f612f5f4dbe4ce20a12a5bdfe3c46620146af984 | |
parent | a57479a0209fa8c8dd8c906c938c28d2ddf162d9 (diff) |
Indent picture, looks better when no background color any more.
-rw-r--r-- | web/cobrands/zurich/base.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index b187c0d8e..61bcbacb7 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -63,5 +63,10 @@ h4.static-with-rule { border-bottom: none; li { background: none; + .text { + .img { + padding-right: 1em; + } + } } } |