From: David Wells Date: Mon, 23 Jan 2017 12:40:26 +0000 (-0500) Subject: Fix the default doxygen table colors. X-Git-Tag: v8.5.0-rc1~211^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3837%2Fhead;p=dealii.git Fix the default doxygen table colors. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 7fc2241a80..66a68ab57d 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1255,7 +1255,7 @@ * * * - * + * * * * diff --git a/doc/doxygen/stylesheet.css b/doc/doxygen/stylesheet.css index 36c1fa4fed..99d7481e11 100644 --- a/doc/doxygen/stylesheet.css +++ b/doc/doxygen/stylesheet.css @@ -27,6 +27,17 @@ div.doxygen-generated-exception-message { font-size: 95%; } +/* + * Fix the default table settings to be readable: this overrides the first row + * and column background to grey (instead of dark blue, upon which links are + * impossible to read) and the text color to black (instead of white, which + * would no longer be visable). + */ +table.doxtable th { + background-color: #d6d6d6; + color: #000000; +} + div.image img[src="fe_enriched_1d.png"] { width:500px; }
ElementFunction space%Function spaceNode values
FE_Q, FE_DGQQk