From 92416c15246ab8c507ce5370350816bf6079208f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 11 Mar 2015 04:49:02 +0100 Subject: style: only set width/size/border on th/td in pronon table --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf