From: Luke Kenneth Casson Leighton Date: Sun, 22 Apr 2018 10:59:58 +0000 (+0100) Subject: indent tables X-Git-Tag: convert-csv-opcode-to-binary~5604 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6779619f51bc1b959bd143882af762ab64ecc69c;p=libreriscv.git indent tables --- diff --git a/local.css b/local.css index 4caacaab2..84171d387 100644 --- a/local.css +++ b/local.css @@ -194,6 +194,10 @@ div.tright { border-width: .5em 0 .8em 1.4em; } +table { + padding-left: 100px; +} + table, th, td { border: 1px solid black; }