diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 21:53:15 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 21:53:15 -0400 |
commit | 87989fee4680c0544e95cea00153b35609c51a92 (patch) | |
tree | b171c303b8ae220a05e8139de9e47294ca3135ff /static/css/thread.css | |
parent | a1e86f574190eb41fdca6c573af2941a979eadf5 (diff) | |
download | hyperkitty-87989fee4680c0544e95cea00153b35609c51a92.tar.gz hyperkitty-87989fee4680c0544e95cea00153b35609c51a92.tar.xz hyperkitty-87989fee4680c0544e95cea00153b35609c51a92.zip |
threads page indentation
Diffstat (limited to 'static/css/thread.css')
-rw-r--r-- | static/css/thread.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/thread.css b/static/css/thread.css index da2bbd6..4815ace 100644 --- a/static/css/thread.css +++ b/static/css/thread.css @@ -172,11 +172,15 @@ .even { background-color: rgb(246, 246, 246); border-top: 1px solid rgb(179, 179, 179); + padding-left: 20px; + margin: 20px 0px 20px 0px; } .odd { background-color: rgb(238, 238, 238); border-top: 1px solid rgb(179, 179, 179); + padding-left: 20px; + margin: 20px 0px 20px 0px; } .email { |