From f04cddd8dc1c12056081ade63521e685ea1458c6 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Fri, 8 May 2015 12:24:01 +0200 Subject: [PATCH] Remove transparent background in tables --- styles/readtheorg/css/readtheorg.css | 6 +++++- styles/readtheorg/readtheorg.org | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index a211f3b..8bd99ec 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -350,7 +350,7 @@ table td,table th{ margin:0; overflow:visible; padding:8px 16px; - background-color: transparent; + background-color:white; border: 1px solid #e1e4e5; } @@ -369,6 +369,10 @@ table tr:nth-child(2n-1) td{ background-color:#f3f6f6; } +table tr:nth-child(2n) td{ + background-color:white; +} + .figure p{ color:#000; font:italic 85%/1 arial,sans-serif; diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 45bf71f..92706f5 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -454,7 +454,7 @@ table td,table th{ margin:0; overflow:visible; padding:8px 16px; - background-color: transparent; + background-color:white; border: 1px solid #e1e4e5; } @@ -480,6 +480,10 @@ table caption{ table tr:nth-child(2n-1) td{ background-color:#f3f6f6; } + +table tr:nth-child(2n) td{ + background-color:white; +} #+end_src * Images