From 2c5a80f301032ab4653736f767037f2cd6c0ef61 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 29 May 2018 12:16:37 +0200 Subject: Doxygen manual doesn't have lines around markdown tables / cells. In the chapter about markdown tables the tables lack the lines around the table and between the cells. Reason is a wrong color in the doxygen_manual.css (taken value from the standard doxygen.css). Regression on pull request #537 --- doc/doxygen_manual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen_manual.css b/doc/doxygen_manual.css index 51cc8b0..87d560c 100644 --- a/doc/doxygen_manual.css +++ b/doc/doxygen_manual.css @@ -1554,7 +1554,7 @@ table.markdownTable { } table.markdownTable td, table.markdownTable th { - border: 1px solid ##37; + border: 1px solid #2D4068; padding: 3px 7px 2px; } -- cgit v0.12