diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:48:50 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:48:50 +0100 |
commit | 5bc47f14680cdc7587d31151c22dfac36ee2cd58 (patch) | |
tree | 32d6be74574b5c7cb79c6adfccc7b2fd6f0650a2 /src | |
parent | 5e2c4f5a6be7fa57504e900937727379aa77a6e2 (diff) | |
download | website-5bc47f14680cdc7587d31151c22dfac36ee2cd58.tar.xz |
style: set margin on all tables
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 3201365..6712ad6 100644 --- a/src/style.css +++ b/src/style.css @@ -115,8 +115,11 @@ blockquote:after { } table { + margin: 0.5rem auto; +} + +table.pronoun-table { width: 100%; - margin: 1rem auto; border: 2px solid gray; border-collapse: collapse; } |