diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-13 15:07:43 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-13 15:07:43 +0100 |
commit | eab3d767b65982e1e04c5538c0d2827f26230fca (patch) | |
tree | 7e881cf8ec8ba8962dda19e135442d621262c55c /hyperkitty/static/css | |
parent | a9d22e8e9cbe51ae353b4e2f68ff635e9cf6d844 (diff) | |
download | hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.tar.gz hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.tar.xz hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.zip |
Improve the quoting style
Refs: #24
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index b124833..57b8fcf 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -711,5 +711,7 @@ ul.attachments-list li { .email_body .quoted-text { display: none; + border-left: 2px solid rgb(55, 113, 200); + padding-left: 0.2em; } |