Skip to content

Commit

Permalink
Doxygen manual doesn't have lines around markdown tables / cells.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
albert-github committed May 29, 2018
1 parent 63696c0 commit 2c5a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen_manual.css
Expand Up @@ -1554,7 +1554,7 @@ table.markdownTable {
}

table.markdownTable td, table.markdownTable th {
border: 1px solid ##37;
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}

Expand Down

0 comments on commit 2c5a80f

Please sign in to comment.