[mm-common] Increase the default font size to 90%



commit 464da81c8dcd403cb0855e647efd956ae2d47e2e
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Sep 2 17:19:51 2009 +0200

    Increase the default font size to 90%
    
    * util/doxygen.css (body): Change the font height and line spacing to
    90%/150% in order to better match the default appearance of gtk-doc.

 util/doxygen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/util/doxygen.css b/util/doxygen.css
index 29af87d..56783f5 100644
--- a/util/doxygen.css
+++ b/util/doxygen.css
@@ -7,7 +7,7 @@ html, body {
 }
 
 body {
-  font: normal 80%/130% sans-serif;
+  font: normal 90%/150% sans-serif;
   padding: 1.5em;
   min-width: 28em;
 }



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