summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:49:02 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:49:02 +0100
commit92416c15246ab8c507ce5370350816bf6079208f (patch)
tree1f4919b0a61b72902719e0cd4ea80ee601a98038
parent5bc47f14680cdc7587d31151c22dfac36ee2cd58 (diff)
downloadwebsite-92416c15246ab8c507ce5370350816bf6079208f.tar.xz
style: only set width/size/border on th/td in pronon table
-rw-r--r--src/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 6712ad6..b506f6d 100644
--- a/src/style.css
+++ b/src/style.css
@@ -129,7 +129,8 @@ table col {
width: auto;
}
-th, td {
+table.pronoun-table th,
+table.pronoun-table td {
width: 16%;
font-size: 14px;
border: 1px solid gray;