]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the default doxygen table colors. 3837/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 23 Jan 2017 12:40:26 +0000 (07:40 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 23 Jan 2017 12:40:26 +0000 (07:40 -0500)
doc/doxygen/headers/glossary.h
doc/doxygen/stylesheet.css

index 7fc2241a80cb599dead2743148bc47bb8e9becc1..66a68ab57d685e261bb64c96af4deae2ba072870 100644 (file)
  *
  * <table><tr>
  *   <th>Element</th>
- *   <th>Function space</th>
+ *   <th>%Function space</th>
  *   <th>Node values</th></tr>
  *   <tr><th>FE_Q, FE_DGQ</th>
  *     <td><i>Q<sub>k</sub></i></td>
index 36c1fa4fed4231afd7debfdc1b29934f5db24a37..99d7481e11a1f96c3c099bfc55ac5a773df22045 100644 (file)
@@ -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;
 }

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.