diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/images/quote.png | bin | 0 -> 1128 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/public/images/quote.png b/public/images/quote.png Binary files differnew file mode 100644 index 000000000..d7e679c23 --- /dev/null +++ b/public/images/quote.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 6181e51cc..2aee210c4 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -659,7 +659,10 @@ div[id|="incoming"] { background-color: #E7E7E7; font-family: Times New Roman, T div[id|="incoming"] p { font-size: 1.08em;} div[id|="comment"] { } - div[id|="comment"] p { font-size: 0.95em;} + div[id|="comment"] { margin-left: 2em; width: 35em; } + div[id|="comment"] p { font-size: 0.8em;} + div[id|="comment"] h2 { font-size: 0.8em; text-align: left; margin-left: 1em; } +.comment_quote { float: left; margin-right: 0.6em; } .correspondence_text { margin: 0 1.2em 0 0.8em; } .comment_in_request_text { margin: 0 1.2em 0 0.8em; } |