From 52cfcb6d7cdf7d0193a5277d58ed84bb46c889e3 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Wed, 6 May 2015 13:57:55 +0800 Subject: [PATCH] Fix stretched table stylesheet --- stylesheets/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index a2f69cb8..f5e58238 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -24,13 +24,10 @@ main { } /* Tables */ -table { - margin: auto; - width: 100%; -} - table { margin: auto; +} +table.board-list-table { width: 100%; } table tbody td {