From e82cd57dbafd9fa7c8cd63dd4f6a5fae29cc584f Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 15 Mar 2015 05:03:26 -0700 Subject: [PATCH] Make .post-table th a little wider --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 84107a07..15b38ab8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -21,7 +21,7 @@ body { } .post-table th, .post-table-options th { - width: 75px; + width: 85px; } .post-table-options {