[valadoc] doclets: Fix text size in html & devhelp



commit 8ec48f53db37a1fb7c4c06fb62cae13f0ffac40d
Author: Florian Brosch <flo brosch gmail com>
Date:   Wed Nov 30 16:27:34 2011 +0100

    doclets: Fix text size in html & devhelp

 icons/devhelpstyle.css                             |    3 +-
 icons/style.css                                    |    3 +-
 .../importer/girdocumentationbuilder.vala          |   63 --------------------
 3 files changed, 4 insertions(+), 65 deletions(-)
---
diff --git a/icons/devhelpstyle.css b/icons/devhelpstyle.css
index fa181e2..bc37d5c 100644
--- a/icons/devhelpstyle.css
+++ b/icons/devhelpstyle.css
@@ -1,5 +1,6 @@
 * {
-	font-size: 12px;
+	font-family: 'Times New Roman';
+	font-size: 12pt;
 }
 
 ul.external_link {
diff --git a/icons/style.css b/icons/style.css
index e556fbd..ef96972 100644
--- a/icons/style.css
+++ b/icons/style.css
@@ -1,5 +1,6 @@
 * {
-	font-size: 12px;
+	font-family: 'Times New Roman';
+	font-size: 12pt;
 }
 
 ul.external_link {



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