]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make the doxygen table color consistent with other documentation. 3868/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 29 Jan 2017 20:07:18 +0000 (15:07 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 Jan 2017 22:22:34 +0000 (17:22 -0500)
doxygen uses this particular shade of blue for the background of function
signatures.

doc/doxygen/stylesheet.css

index 99d7481e11a1f96c3c099bfc55ac5a773df22045..9f4191b68b1c25188904d83feea5fb3119ba5de7 100644 (file)
@@ -29,13 +29,13 @@ div.doxygen-generated-exception-message {
 
 /*
  * 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).
+ * and column background to light blue (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 visible).
  */
 table.doxtable th {
-       background-color: #d6d6d6;
-       color: #000000;
+    background-color: #D6E2FA;
+    color: #000000;
 }
 
 div.image img[src="fe_enriched_1d.png"] {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.