Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml
Date: Sun, 09 Mar 2008 13:13:18
Message-Id: E1JYLL1-0006i3-MS@stork.gentoo.org
1 neysx 08/03/09 13:13:15
2
3 Modified: xml-guide.xml
4 Log:
5 Allow align on <th> for rane
6
7 Revision Changes Path
8 1.68 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.68&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.68&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.67&r2=1.68
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
17 retrieving revision 1.67
18 retrieving revision 1.68
19 diff -u -r1.67 -r1.68
20 --- xml-guide.xml 4 Oct 2007 19:37:23 -0000 1.67
21 +++ xml-guide.xml 9 Mar 2008 13:13:15 -0000 1.68
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.67 2007/10/04 19:37:23 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.68 2008/03/09 13:13:15 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -32,8 +32,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>8</version>
34 -<date>2007-10-04</date>
35 +<version>9</version>
36 +<date>2008-03-09</date>
37
38 <chapter>
39 <title>GuideXML basics</title>
40 @@ -569,14 +569,13 @@
41 </p>
42
43 <p>
44 -Furthermore, table items (<c>&lt;ti&gt;</c>) can be right-aligned or centered
45 -with the <c>align</c> attribute. Table headers (<c>&lt;th&gt;</c>) are
46 -automatically centered.
47 +Furthermore, table cells (<c>&lt;ti&gt;</c> &amp; <c>&lt;th&gt;</c>) can be
48 +right-aligned, left-aligned or centered with the <c>align</c> attribute.
49 </p>
50
51 <table>
52 <tr>
53 - <th colspan="4">This title spans 4 columns</th>
54 + <th align="center" colspan="4">This title spans 4 columns</th>
55 </tr>
56 <tr>
57 <th rowspan="6">This title spans 6 rows</th>
58 @@ -586,7 +585,7 @@
59 </tr>
60 <tr>
61 <ti align="center">Item B1</ti>
62 - <th colspan="2" rowspan="2">Blocky 2x2 title</th>
63 + <th colspan="2" rowspan="2" align="right">Blocky 2x2 title</th>
64 </tr>
65 <tr>
66 <ti align="right">Item C1</ti>
67
68
69
70 --
71 gentoo-doc-cvs@l.g.o mailing list