summaryrefslogtreecommitdiff
path: root/util/doxygen.css
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-31 15:32:28 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-31 15:32:28 +0200
commit7e66e7f3d5f7e9bae3eef7e6c439c69af2ba48e9 (patch)
tree0762043b38a329ee58634c0a0a75d036da5b7b12 /util/doxygen.css
parent00c58893d060c08a35168f3457e3f4338e29a2cc (diff)
downloadmm-common-7e66e7f3d5f7e9bae3eef7e6c439c69af2ba48e9.tar.gz
Do not center HTML headings within tables
* util/doxygen.css (table h[23]): Set "text-align" to "left" for <h2> and <h3> tags with a <table> ancestor.
Diffstat (limited to 'util/doxygen.css')
-rw-r--r--util/doxygen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/doxygen.css b/util/doxygen.css
index 56705e5..db1c25c 100644
--- a/util/doxygen.css
+++ b/util/doxygen.css
@@ -39,6 +39,10 @@ h3 {
text-align: center;
}
+table h2, table h3 {
+ text-align: left;
+}
+
caption {
font-weight: bold;
}