# HG changeset patch # User fturovic # Date 1245870453 18000 # Node ID 1d4b20e576960095b094e5ffcbbdb7ae84b6e90b # Parent 29086e45f9ce211bd0c3025ac965a40933f7183e updated Step color to match Symbian Yellow #FDCB2F diff -r 29086e45f9ce -r 1d4b20e57696 core/com.nokia.carbide.cpp.doc.user/book.css --- a/core/com.nokia.carbide.cpp.doc.user/book.css Wed Jun 24 13:58:42 2009 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/book.css Wed Jun 24 14:07:33 2009 -0500 @@ -19,7 +19,7 @@ /* Use sans-serif fonts for all title styles */ h1, h2, h3, h4, h5, h6, strong, em { - font-family: Helvetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; } @@ -69,7 +69,7 @@ .step { /* background-color: #EEE; */ /* margin: 10px 0px; */ - color: #111; + /* color: #111; */ /* border-bottom:2px solid #EEE; */ } @@ -121,7 +121,7 @@ /* Make all H4 and H5 items appear in bold gray against a light green background */ div h5, div h4 { padding:5px 0px 5px 12px; - background-color:#FFFF66; + background-color:#FDCB2F; /* background-color: #EEE; */ font-weight:bold; color: #000000;