From 37777777851a6291491f28cc14b7a6f25f795598 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Fri, 17 Jul 2015 19:53:56 +0300 Subject: [PATCH] Floating tables; Add space around them. --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 10cc200..5562a7d 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,8 @@ html { .table { width:auto; max-width:auto; + float:left; + margin:2em; } th, td{