use a large font. It looks better on hi res screens.
authorJohn Kern <johnk@symbian.org>
Fri, 17 Jul 2009 16:43:50 -0700
changeset 8 885e919ca4a5
parent 7 97dcd250e5be
child 9 627bf8ea9128
use a large font. It looks better on hi res screens.
OSCON/oscon.css
--- a/OSCON/oscon.css	Fri Jul 17 15:52:45 2009 -0700
+++ b/OSCON/oscon.css	Fri Jul 17 16:43:50 2009 -0700
@@ -1,6 +1,23 @@
+
+/* Fix for font size inheritance */
+html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
+blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl,
+dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
+tfoot, thead, tr, th, td {
+    font-weight: inherit;
+    font-style: inherit;
+    font-size: 100%;
+    font-family: inherit;
+}
+ 
+body {
+	font-size: large;
+}
+
 /* Feed item date */
 .FeedItemDate {
     font-style: italic;
+	font-size: medium;
 }
 
 /* Feed item text */