Symbian.org/style.css
changeset 0 54498df70f5d
child 17 5dc2963cd75f
equal deleted inserted replaced
-1:000000000000 0:54498df70f5d
       
     1 /* Feed item date */
       
     2 .FeedItemDate {
       
     3     font-style: italic;
       
     4 }
       
     5 
       
     6 /* Feed item text */
       
     7 .FeedItemDescription {
       
     8     padding: 4px 0px;
       
     9 }
       
    10 
       
    11 /* Feed item links */
       
    12 .FeedItemLink {
       
    13     font-weight: bold;
       
    14 }
       
    15 
       
    16 /* Anchor tags in the context of a feed item link */
       
    17 .FeedItemLink a {
       
    18     text-decoration: underline;
       
    19     font-weight: bold;
       
    20     color: rgb(0,0,0);
       
    21 }
       
    22 
       
    23 /* Focused anchor tags */
       
    24 .FeedItemLink a:focus {
       
    25     background: rgb(253,200,47);
       
    26     color: rgb(0,0,0);
       
    27 }
       
    28 
       
    29 table.bugzilla {
       
    30     font: normal 12px Arial, sans-serif;
       
    31 	border-width: thin thin thin thin;
       
    32 	border-spacing: 0px;
       
    33 	border-style: none none none none;
       
    34 	border-color: black black black black;
       
    35 	border-collapse: collapse;
       
    36 	background-color: white;
       
    37 }
       
    38 table.bugzilla th {
       
    39     font: normal 12px Arial, sans-serif;
       
    40 	border-width: thin thin thin thin;
       
    41 	padding: 1px 1px 1px 1px;
       
    42 	border-style: inset inset inset inset;
       
    43 	border-color: gray gray gray gray;
       
    44 	background-color: white;
       
    45 }
       
    46 table.bugzilla td {
       
    47     font: normal 12px Arial, sans-serif;
       
    48 	border-width: thin thin thin thin;
       
    49 	padding: 1px 1px 1px 1px;
       
    50 	border-style: inset inset inset inset;
       
    51 	border-color: gray gray gray gray;
       
    52 	background-color: white;
       
    53 }