Loading md_to_docx_converter/ETSIstyles.css +2 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ } .TAN { font-family: Arial; font-family: Rubik, Arial; font-size: 9pt; padding-left: 12pt; display: flex; Loading Loading @@ -146,8 +146,7 @@ margin-top: 6pt; margin-bottom: 9pt; } .NO, .TAN { .NO { display: flex; gap: 12pt; border: 1px solid; Loading md_to_docx_converter/customCSS.css +5 −1 Original line number Diff line number Diff line Loading @@ -957,6 +957,10 @@ td[rowspan]:has(.TAH) { background-color: rgb(215, 222, 227); } td:has(.TAN) { background-color: aliceblue; } /* STRIPED TABLES DOES NOT WORK WITH GRID TABLES AS THEY REQUIRE CUSTOM CSS TO WORK PROPERLY LOOK AT THE BOTTOM OF THIS FILE FOR THE CUSTOM CSS ========================================================================== */ Loading Loading
md_to_docx_converter/ETSIstyles.css +2 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ } .TAN { font-family: Arial; font-family: Rubik, Arial; font-size: 9pt; padding-left: 12pt; display: flex; Loading Loading @@ -146,8 +146,7 @@ margin-top: 6pt; margin-bottom: 9pt; } .NO, .TAN { .NO { display: flex; gap: 12pt; border: 1px solid; Loading
md_to_docx_converter/customCSS.css +5 −1 Original line number Diff line number Diff line Loading @@ -957,6 +957,10 @@ td[rowspan]:has(.TAH) { background-color: rgb(215, 222, 227); } td:has(.TAN) { background-color: aliceblue; } /* STRIPED TABLES DOES NOT WORK WITH GRID TABLES AS THEY REQUIRE CUSTOM CSS TO WORK PROPERLY LOOK AT THE BOTTOM OF THIS FILE FOR THE CUSTOM CSS ========================================================================== */ Loading