summaryrefslogtreecommitdiff
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
parent71d6973d350595ffbe29f5d791ec8972ccc23416 (diff)
downloadvortrag-knn-d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f.tar.gz
vortrag-knn-d07e6911fe6f6c9596d0bc05342b92e7a7e12e6f.zip
fix boston table overflowing
-rw-r--r--index.css7
-rw-r--r--index.html2
2 files changed, 7 insertions, 2 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;
}
diff --git a/index.html b/index.html
index c649d6b..5308008 100644
--- a/index.html
+++ b/index.html
@@ -205,7 +205,7 @@
</script>
</div>
- <div id="overview" class="step" data-x="2000" data-y="2500" data-scale="12">
+ <div id="overview" class="step" data-x="2000" data-y="3000" data-scale="20">
<!-- overview -->
</div>