diff options
author | Ev Bogue <ev@evbogue.com> | 2020-01-03 18:42:43 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2020-01-03 18:42:43 -0600 |
commit | edf8b1193d82e7976c6c819aa1d25d54cc2c1858 (patch) | |
tree | 676b2ed0c39c90250c227822be7587fe7ab56dad /css/style.css | |
parent | 9f8817829f01391567989697394417474205dace (diff) |
condense reply text into a ↳ symbol -- also render text of message that is being replied to
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 6e26838..ba2313a 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,7 @@ body { } p { - margin-top: 1ex; + margin-top: .5ex; margin-bottom: 1ex; font-size: 1em; } |