From 6804a2ede07438ba1bac922a9a6a914c30651127 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 5 Oct 2014 22:16:36 +0200 Subject: [PATCH] remove default margin for table elements; fixes vichan-devel#95 --- stylesheets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index b72056cb..30172427 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -8,10 +8,6 @@ body { padding-right: 4px; } -table * { - margin: 1px; -} - a,a:visited { text-decoration: underline; color: #34345C;