From 7ddbe9650c6f1dabe953b0ae76fd68c7545fb4af Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Mon, 2 Sep 2019 14:50:13 -0400 Subject: [PATCH] Give tables some room --- source/css/tufte.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/css/tufte.css b/source/css/tufte.css index 927f799..eeeb388 100644 --- a/source/css/tufte.css +++ b/source/css/tufte.css @@ -203,7 +203,7 @@ img { max-width: 100%; } .sidenote:before { content: counter(sidenote-counter) " "; top: -0.5rem; } -p, footer, table, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } +p, footer, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } div.fullwidth, table.fullwidth { width: 100%; } @@ -274,4 +274,5 @@ label.margin-toggle:not(.sidenote-number) { display: none; } img { width: 100%; } } +thead th { padding-left: 1.0em; border-bottom: 1px solid #aaa; } footer { padding-top: 80px; }