summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTORRI Vincent <torri@doursse.(none)>2006-03-05 09:40:15 +0100
committerTORRI Vincent <torri@doursse.(none)>2006-03-05 09:40:15 +0100
commit66364da372dc1a2e1d75729a1265d632ae642ad6 (patch)
tree70462bfe4da7bd0b4eae7530e8d0ad4a57b20fb4 /doc
parent01656220ef275a811a284420121d37bf9aa85f70 (diff)
fixes + valid css
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/tutorial/xcb.css21
1 files changed, 13 insertions, 8 deletions
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;
}