diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-15 11:47:39 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-15 11:47:39 +0100 |
commit | 6d3baa662eaa4f704ffa5e8adf71733adec8fe87 (patch) | |
tree | 85f5889524c955143c1c0addddd4643b8a415007 | |
parent | 50a1f019535f61f7ed7e09931d0d114e5e4fd538 (diff) |
Align headers on new request form, and indent comments slightly to differentiate them.
-rw-r--r-- | public/stylesheets/theme.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index 0a169d072..fc8efe377 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -168,6 +168,10 @@ div.lang { float:left; } +#request_header_text { + margin-left: 110px; +} + #wrapper { width: 900px; } @@ -780,8 +784,13 @@ div.comment_in_request { padding: 4px 20px 0px 9px; } +div.comment_in_request { + margin-left: 50px; + width: 550px; +} + div[id|="comment"] { - margin-left: 0px; + margin-left: 50px; } div[id|="comment"] h2 { |