From 333728af07924b97542ee4e9fddafc7d7145ae30 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 24 Jun 2015 00:34:11 +0200 Subject: [PATCH] FIX table background --- themes/bs3/static/css/custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index c554950..9429fee 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -36,4 +36,13 @@ table {margin: .5em auto 1.5em auto; width: 98%;} /* Tfoot */ tfoot th {} - tfoot td {} \ No newline at end of file + tfoot td {} + +.entry-content table { + background: none; + border: 1px solid white; +} + +.entry-content table tr:nth-child(even) { + background-color: rgba(0,0,0,0.2); +}