summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-08 20:17:53 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-08 20:17:53 +0200
commitd07e6911fe6f6c9596d0bc05342b92e7a7e12e6f (patch)
tree43c3e4e68d699386bedb83111933404f5c5a2110 /index.css
parent71d6973d350595ffbe29f5d791ec8972ccc23416 (diff)
downloadvortrag-knn-d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f.tar.gz
vortrag-knn-d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f.zip
fix boston table overflowing
Diffstat (limited to 'index.css')
-rw-r--r--index.css7
1 files changed, 6 insertions, 1 deletions
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;
}