diff -r 609a552a42fa -r 99bc8e56b756 Symbian.org/WRTKit/Resources/UI.css --- a/Symbian.org/WRTKit/Resources/UI.css Fri Jun 05 16:19:17 2009 +0100 +++ b/Symbian.org/WRTKit/Resources/UI.css Mon Jun 08 13:27:04 2009 +0100 @@ -43,13 +43,25 @@ /* Definition of visuals for the WRTKit user interface toolkit */ /******************************************************************************/ +/* 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; +} + + /******************************************************************************/ /* Document body rules */ body { margin: 0px; background: url("DocumentBackground.png") repeat; /* repeat-x fixed; */ - font: normal 12px Arial, sans-serif; + font: normal 5mm Arial, sans-serif; color: rgb(0,0,0); } @@ -140,7 +152,7 @@ /* Rules for the list view caption text */ .ListViewCaptionText { - font-size: 18px; + font-size: 1.2em; font-weight: bold; padding: 7px 0px 0px 11px; }