[mm-common] Limit centering of HTML headings to first heading



commit b39952a1a018c705849c42eef535f39e77b4e936
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Aug 31 16:32:11 2009 +0200

    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.

 util/doxygen.css |    6 ++----
 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]