diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:49:02 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:49:02 +0100 |
commit | 92416c15246ab8c507ce5370350816bf6079208f (patch) | |
tree | 1f4919b0a61b72902719e0cd4ea80ee601a98038 /src | |
parent | 5bc47f14680cdc7587d31151c22dfac36ee2cd58 (diff) | |
download | website-92416c15246ab8c507ce5370350816bf6079208f.tar.xz |
style: only set width/size/border on th/td in pronon table
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 3 |
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; |