use a large font. It looks better on hi res screens.
--- 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 */