From: Luke Kenneth Casson Leighton Date: Sun, 16 Feb 2020 00:27:21 +0000 (+0000) Subject: remove black border around table X-Git-Tag: convert-csv-opcode-to-binary~3407 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=794a71ba8105a318fb9e1b2ab7c1d1fee4b13e47;p=libreriscv.git remove black border around table --- diff --git a/local.css b/local.css index 727df18f1..5ca4495d4 100644 --- a/local.css +++ b/local.css @@ -62,7 +62,7 @@ table { margin-left: 35px; } -table, th, td { +th, td { border: 1px solid black; }