From 5cecc81c199a8ce077313084e9f362cead920fe9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 7 May 2019 16:03:29 -0700 Subject: [PATCH] ;site: show row borders in tables [ci skip] --- site/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index dbf923fe3..1ab257947 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -1,6 +1,9 @@ table { margin-bottom:1em; } +td { + border-bottom:thin solid #ddd; +} code { background-color:inherit; color: inherit;