From d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 8 Apr 2016 20:17:53 +0200 Subject: fix boston table overflowing --- index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index a3ca997..3994932 100644 --- a/index.css +++ b/index.css @@ -25,7 +25,7 @@ body { opacity: 1; } -.center { +div.center { position: absolute; left: 0; right: 0; @@ -40,6 +40,11 @@ table.center { margin: auto; } +#boston-example td, th { + padding-left: 1em !important; + padding-right: 1em !important; +} + .hidden { display: none; } -- cgit v1.3.1