diff options
author | matthew <matthew> | 2007-03-23 14:44:31 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-23 14:44:31 +0000 |
commit | ba7a3aa7fabdd71eeca419110f88a6b8a1824293 (patch) | |
tree | eecb9d5098bba8ec744f4c16026647209bf5e74b /web/css.css | |
parent | cff27032a2f174f0963fa7b5bd6f0ce66c2046a8 (diff) |
Add abuse reporting.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index e9d4ac068..3b5e506dd 100644 --- a/web/css.css +++ b/web/css.css @@ -25,6 +25,14 @@ a:hover, a:active { color: #ff0000; } +blockquote { + border-left: solid 4px #5e552b; + padding-left: 0.5em; +} +blockquote h2, blockquote p { + margin: 0; +} + form { margin: 0; } |