Browse Source

Give tables some room

master
Nathan Bergey 5 years ago
parent
commit
7ddbe9650c
  1. 3
      source/css/tufte.css

3
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; }
Loading…
Cancel
Save