core/com.nokia.carbide.cpp.doc.user/book.css
changeset 1600 58e49b4c270c
parent 1448 e1fbef8f8f8c
child 1610 5e244b89116e
equal deleted inserted replaced
1599:e6d4a94a48d3 1600:58e49b4c270c
     1 /*	
     1 /*	
     2 	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 	All rights reserved. 
     3 	All rights reserved. 
     4 	License: http://www.eclipse.org/legal/epl-v10.html
     4 	License: http://www.eclipse.org/legal/epl-v10.html
     5 */
     5 */
     6 
     6 
     7 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
     7 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
     8 html {
     8 html {
     9 	margin: 2px 10px 10px 10px;
     9 	margin: 2px 10px 10px 10px;
    10 	}
    10 	}
    11 
    11 
    12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
    12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
    13 body, p, table {
    13 body, p, table, li {
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    14 	font-family: Verdana, Ariel, Helvetica, sans-serif;
    15 	font-size: 1.0em;
    15 	font-size: 1.0em;
    16 	font-weight: normal;
    16 	font-weight: normal;
    17 }
    17 }
    18 
    18