From 52b1fd2582aaf579cbd2c880ac61ed93823a5c2c Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 22 Jan 2013 11:11:11 +0100 Subject: [PATCH] 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. --- docs/libvirt.css | 1 + docs/newapi.xsl | 110 +++++++++++++++++++++++------------------------ 2 files changed, 55 insertions(+), 56 deletions(-) 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
+
         
 }