OSCON/oscon.css
changeset 8 885e919ca4a5
parent 7 97dcd250e5be
child 9 627bf8ea9128
equal deleted inserted replaced
7:97dcd250e5be 8:885e919ca4a5
       
     1 
       
     2 /* Fix for font size inheritance */
       
     3 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
       
     4 blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl,
       
     5 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
       
     6 tfoot, thead, tr, th, td {
       
     7     font-weight: inherit;
       
     8     font-style: inherit;
       
     9     font-size: 100%;
       
    10     font-family: inherit;
       
    11 }
       
    12  
       
    13 body {
       
    14 	font-size: large;
       
    15 }
       
    16 
     1 /* Feed item date */
    17 /* Feed item date */
     2 .FeedItemDate {
    18 .FeedItemDate {
     3     font-style: italic;
    19     font-style: italic;
       
    20 	font-size: medium;
     4 }
    21 }
     5 
    22 
     6 /* Feed item text */
    23 /* Feed item text */
     7 .FeedItemDescription {
    24 .FeedItemDescription {
     8     padding: 4px 0px;
    25     padding: 4px 0px;