[Xcb-commit] 2 commits - xcb

Vincent Torri doursse at kemper.freedesktop.org
Sun Mar 5 00:41:25 PST 2006


 xcb/doc/tutorial/xcb.css |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

New commits:
diff-tree 1056ab849852776ae9803c486321ad6d02f96475 (from 470a8f4b090583565790a9561312248c2f7d3bcc)
Author: TORRI Vincent <torri at doursse.(none)>
Date:   Sun Mar 5 09:41:11 2006 +0100

    fix some font sizes

diff --git a/xcb/doc/tutorial/xcb.css b/xcb/doc/tutorial/xcb.css
index 460f27c..dd07232 100755
--- a/xcb/doc/tutorial/xcb.css
+++ b/xcb/doc/tutorial/xcb.css
@@ -101,4 +101,3 @@ span.code
   font-family: monospace;
   font-size: 12px;
 }
-
diff-tree 470a8f4b090583565790a9561312248c2f7d3bcc (from 83cccf11a47e930119c2f0d10d0b03a1070273a1)
Author: TORRI Vincent <torri at doursse.(none)>
Date:   Sun Mar 5 09:40:15 2006 +0100

    fixes + valid css

diff --git a/xcb/doc/tutorial/xcb.css b/xcb/doc/tutorial/xcb.css
index 5c9aee8..460f27c 100755
--- a/xcb/doc/tutorial/xcb.css
+++ b/xcb/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;
 }
 


More information about the xcb-commit mailing list