From fc3e37c1ccee84cb6d859c257a133cfa1a8b9a81 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Fri, 8 May 2015 14:32:02 +0200 Subject: [PATCH] Remove black borders around tables --- styles/readtheorg/css/readtheorg.css | 6 ++++-- styles/readtheorg/readtheorg.org | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 8bd99ec..fa936e4 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -340,6 +340,7 @@ table{ border-spacing:0; empty-cells:show; margin-bottom:24px; + border-bottom:1px solid #e1e4e5; } td{ @@ -351,12 +352,13 @@ table td,table th{ overflow:visible; padding:8px 16px; background-color:white; - border: 1px solid #e1e4e5; + border:1px solid #e1e4e5; } table thead th{ font-weight:bold; - border-bottom:solid 2px #e1e4e5; + border-top:3px solid #e1e4e5; + border-bottom:1px solid #e1e4e5; } table caption{ diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 92706f5..d72dca7 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -444,6 +444,7 @@ table{ border-spacing:0; empty-cells:show; margin-bottom:24px; + border-bottom:1px solid #e1e4e5; } td{ @@ -455,12 +456,13 @@ table td,table th{ overflow:visible; padding:8px 16px; background-color:white; - border: 1px solid #e1e4e5; + border:1px solid #e1e4e5; } table thead th{ font-weight:bold; - border-bottom:solid 2px #e1e4e5; + border-top:3px solid #e1e4e5; + border-bottom:1px solid #e1e4e5; } #+end_src