From: Claudio Bley Date: Tue, 22 Jan 2013 10:11:11 +0000 (+0100) Subject: docs: use div, not table, for notices on opaque types X-Git-Tag: v1.0.3-rc1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b1fd2582aaf579cbd2c880ac61ed93823a5c2c;p=thirdparty%2Flibvirt.git docs: use div, not table, for notices on opaque types It's simpler to render and it prevents wrapping the line too early because of the table spacing, border et cetera. --- diff --git a/docs/libvirt.css b/docs/libvirt.css index 5dc5d9b134..8a00d12c2e 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -447,6 +447,7 @@ table.data tbody td.n { letter-spacing: .3ex; font-weight: bolder; text-transform: uppercase; + margin-left: 2em; } .api .directive { diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 0d32e55c95..af1dbc8fa7 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -213,14 +213,51 @@ { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
union {
- + +
+ + + + + + + + + + + + + + + - -
union {
+ + + + + + + + + +
+ + + + + + +
+ + + +
+
} +
+ + + +
+
@@ -234,59 +271,20 @@
- +
} -
- - - -
-
- - - - - - -
- - - -
-
- The content of this structure is not made public by the API -
+ + + + + + +
The content of this structure is not made public by the API
+
         
 }