uidesigner/com.nokia.carbide.cpp.uidesigner.doc.user/book.css
changeset 310 053edbc2de87
parent 308 2cf1147ef3f9
equal deleted inserted replaced
309:d08289195319 310:053edbc2de87
    17 	font-weight: normal;
    17 	font-weight: normal;
    18 }
    18 }
    19 
    19 
    20 /*	Use sans-serif fonts for all title styles	*/
    20 /*	Use sans-serif fonts for all title styles	*/
    21 h1, h2, h3, h4, h5, h6, strong, em {
    21 h1, h2, h3, h4, h5, h6, strong, em {
    22 	font-family: Helvetica, sans-serif;
    22 	font-family: Verdana, Helvetica, sans-serif;
    23 	color: #000000;	
    23 	color: #000000;	
    24 	}
    24 	}
    25 
    25 
    26 h1	{ font-size:20px }
    26 h1	{ font-size:20px }
    27 h2	{ font-size:18px }
    27 h2	{ font-size:18px }
    46 /*	Footer includes space and a gray line above the company logo	*/
    46 /*	Footer includes space and a gray line above the company logo	*/
    47 #footer {
    47 #footer {
    48 	padding-top:10px;
    48 	padding-top:10px;
    49 	margin-top:20px;
    49 	margin-top:20px;
    50 	border-top:1px solid #999;
    50 	border-top:1px solid #999;
    51 	font-family: Helvetica, sans-serif;
    51 	font-family: Verdana, Helvetica, sans-serif;
    52 	font-size: 11px;
    52 	font-size: 11px;
    53 	color:#333;
    53 	color:#333;
    54 	}
    54 	}
    55 
    55 
    56 .listing	{
    56 .listing	{