diff --git a/ws/Docbook/CustomLayer/webhelp/positioning.css.patch b/ws/Docbook/CustomLayer/webhelp/positioning.css.patch index 51d81af45bd9f3416c18861dbacf998fcc128586..d185f946d5006a64330ad49260fb2f310233da7d 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;}