about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-13 23:09:44 -0500
committerCase Duckworth2022-08-13 23:09:44 -0500
commit4fd176534e693b3ad5658a84578c317b28cfa0ea (patch)
tree905c6bb4386531865248f20a95fc02753297b0d5
parentRemove author bit (diff)
downloadsfeed-4fd176534e693b3ad5658a84578c317b28cfa0ea.tar.gz
sfeed-4fd176534e693b3ad5658a84578c317b28cfa0ea.zip
Fix styling
-rw-r--r--weeds/weed.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/weeds/weed.css b/weeds/weed.css index 12b54d9..5fafec2 100644 --- a/weeds/weed.css +++ b/weeds/weed.css
@@ -10,6 +10,7 @@ article {
10 border: 2px ridge; 10 border: 2px ridge;
11 background: #888; 11 background: #888;
12 padding: 0 1ch; 12 padding: 0 1ch;
13 margin-bottom: 1em;
13} 14}
14 15
15article header { 16article header {