From b2812f513be06f533a9afe9ddd3c03b30c81a9ef Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Mon, 18 Sep 2017 14:15:20 +0200
Subject: [PATCH] Fixing table borders

---
 .../CustomLayer/webhelp/positioning.css.patch       | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/ws/Docbook/CustomLayer/webhelp/positioning.css.patch b/ws/Docbook/CustomLayer/webhelp/positioning.css.patch
index 51d81af45..d185f946d 100644
--- a/ws/Docbook/CustomLayer/webhelp/positioning.css.patch
+++ b/ws/Docbook/CustomLayer/webhelp/positioning.css.patch
@@ -1,5 +1,5 @@
---- positioning.css.orig	2017-09-14 12:35:06.398188646 +0200
-+++ positioning.css	2017-09-14 12:36:28.397038671 +0200
+--- positioning.css.orig	2017-09-18 10:14:19.575041451 +0200
++++ positioning.css	2017-09-18 10:13:29.027701744 +0200
 @@ -1,3 +1,8 @@
 +/*  
 + *   patched by: /usr/share/hdm-docbook-xsl/CustomLayer/webhelp/positioning.css.patch 
@@ -35,6 +35,15 @@
  #content table thead, #content table th{
      background: gray;
      color: white;
+@@ -341,7 +358,7 @@
+ 
+ #content table caption{font-weight: bold;}
+ 
+-#content table td, #content table {border: 1px solid black;}
++#content table[border='1'] td, #content table[border='1'] {border: 1px solid black !important;}
+ 
+ #content table td, #content table th { padding: 5px;}
+ 
 @@ -349,6 +366,8 @@
  
  *[align = 'center']{ text-align: center;}
-- 
GitLab