From 88769d971c7515db58250986d4949ff96f01d98e Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Mon, 30 Mar 2009 12:54:01 +0100 Subject: [PATCH] [doc] changed font size --- doc/doxygen.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doxygen.css b/doc/doxygen.css index 2907f6c..8505ef1 100644 --- a/doc/doxygen.css +++ b/doc/doxygen.css @@ -11,15 +11,15 @@ td { h1 { text-align: center; - font-size: 150%; + font-size: 200%; } h2 { - font-size: 120%; + font-size: 160%; } h3 { - font-size: 100%; + font-size: 130%; } /* @end */ -- 2.11.4.GIT