From: TORRI Vincent Date: Sun, 5 Mar 2006 08:40:15 +0000 (+0100) Subject: fixes + valid css X-Git-Tag: 1.8.1~341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66364da372dc1a2e1d75729a1265d632ae642ad6;p=profile%2Fivi%2Flibxcb.git fixes + valid css --- diff --git a/doc/tutorial/xcb.css b/doc/tutorial/xcb.css index 5c9aee8..460f27c 100755 --- a/doc/tutorial/xcb.css +++ b/doc/tutorial/xcb.css @@ -23,15 +23,18 @@ div.section li.title } div.section li.title p { - font-size: 18px; + font-weight: normal; + font-size: 16px; } div.section li.title ul { - font-size: 18px; + font-weight: normal; + font-size: 16px; } div.section li.title ol { - font-size: 18px; + font-weight: normal; + font-size: 16px; } div.section li.subtitle { @@ -56,19 +59,21 @@ div.comp div.title font-size: 16px; text-align: center; } -div.comp div.xlib +div.comp div.xlib ul li { font-family: monospace; - font-size: 10px; + font-size: 12px; + font-weight: bold; position: absolute; width: 49%; margin-left: 0px; margin-top: 10px; } -div.comp div.xcb +div.comp div.xcb ul li { font-family: monospace; - font-size: 10px; + font-size: 12px; + font-weight: bold; position: relative; margin-left: 51%; margin-top: 10px; @@ -94,6 +99,6 @@ pre.text span.code { font-family: monospace; - font-size: 10px; + font-size: 12px; }