diff options
author | June McEnroe <june@causal.agency> | 2020-05-11 12:46:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-11 12:46:17 -0400 |
commit | 83e23c71985ce8e10c5d1515d134cc386b3c476c (patch) | |
tree | e3da4eed9c5cfcac0385060779e103740a9ced32 /default.html | |
parent | Remove unused predefined atoms (diff) | |
download | bubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.tar.gz bubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.zip |
Eliminate stray whitespace in HTML and Atom
Diffstat (limited to '')
-rw-r--r-- | default.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.html b/default.html index 6ff49cf..36736a6 100644 --- a/default.html +++ b/default.html @@ -80,6 +80,9 @@ ul.recipient li.group::after { address.from::before { content: 'From: '; } +address.from { + margin-right: 1ch; +} ul.to::before { content: 'To: '; margin-right: 1ch; |