summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:48:50 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:48:50 +0100
commit5bc47f14680cdc7587d31151c22dfac36ee2cd58 (patch)
tree32d6be74574b5c7cb79c6adfccc7b2fd6f0650a2
parent5e2c4f5a6be7fa57504e900937727379aa77a6e2 (diff)
downloadwebsite-5bc47f14680cdc7587d31151c22dfac36ee2cd58.tar.xz
style: set margin on all tables
-rw-r--r--src/style.css5
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;
}