# HG changeset patch # User John Kern # Date 1247888645 25200 # Node ID 627bf8ea91289c40be89a7313b8531748a888343 # Parent 885e919ca4a55e9d0ad33784ebacb6ee1d50f215 use a medium font for description. diff -r 885e919ca4a5 -r 627bf8ea9128 OSCON/oscon.css --- a/OSCON/oscon.css Fri Jul 17 16:43:50 2009 -0700 +++ b/OSCON/oscon.css Fri Jul 17 20:44:05 2009 -0700 @@ -1,4 +1,3 @@ - /* 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, @@ -23,6 +22,7 @@ /* Feed item text */ .FeedItemDescription { padding: 4px 0px; + font-size: medium; } /* Feed item links */