summaryrefslogtreecommitdiffstats
path: root/doc/doxygen_manual.css
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-29 10:16:37 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-29 10:16:37 (GMT)
commit2c5a80f301032ab4653736f767037f2cd6c0ef61 (patch)
tree172c4cb17677f10c039928fa04b0e27274c615d1 /doc/doxygen_manual.css
parent63696c08425fc1662c5e76280e3cc74fb3769d80 (diff)
downloadDoxygen-2c5a80f301032ab4653736f767037f2cd6c0ef61.zip
Doxygen-2c5a80f301032ab4653736f767037f2cd6c0ef61.tar.gz
Doxygen-2c5a80f301032ab4653736f767037f2cd6c0ef61.tar.bz2
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
Diffstat (limited to 'doc/doxygen_manual.css')
-rw-r--r--doc/doxygen_manual.css2
1 files changed, 1 insertions, 1 deletions
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;
}