summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-31 16:32:11 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-31 16:41:28 +0200
commitb39952a1a018c705849c42eef535f39e77b4e936 (patch)
treecda984f4bd19c7a632f9f2be82f3b1c268960f03 /util
parent7e66e7f3d5f7e9bae3eef7e6c439c69af2ba48e9 (diff)
downloadmm-common-b39952a1a018c705849c42eef535f39e77b4e936.tar.gz
Limit centering of HTML headings to first heading
* util/doxygen.css (h[23]): Remove "text-align: center" attribute. (h1 + h3): Center a <h3> element immediately following the centered <h1> element, as generated by Doxygen on the main page.
Diffstat (limited to 'util')
-rw-r--r--util/doxygen.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/util/doxygen.css b/util/doxygen.css
index db1c25c..29af87d 100644
--- a/util/doxygen.css
+++ b/util/doxygen.css
@@ -31,16 +31,14 @@ h1 {
h2 {
font-size: 120%;
- text-align: center;
}
h3 {
font-size: 100%;
- text-align: center;
}
-table h2, table h3 {
- text-align: left;
+h1 + h3 {
+ text-align: center;
}
caption {