summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-02 17:19:51 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-02 17:19:51 +0200
commit464da81c8dcd403cb0855e647efd956ae2d47e2e (patch)
tree0e8ab6f05f06f9579047d9ea002390d086708bb8 /util
parent7debeccce8333148dd8845e7241c3a365dc640e6 (diff)
downloadmm-common-464da81c8dcd403cb0855e647efd956ae2d47e2e.tar.gz
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.
Diffstat (limited to 'util')
-rw-r--r--util/doxygen.css2
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;
}