From 464da81c8dcd403cb0855e647efd956ae2d47e2e Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Wed, 2 Sep 2009 17:19:51 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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; } -- cgit v1.2.1