[libvirt] [PATCH 6/7] docs: define style of code blocks inside descriptions

Claudio Bley cbley at av-test.de
Tue Jan 22 14:31:11 UTC 2013


Signed-off-by: Claudio Bley <cbley at av-test.de>
---
 docs/libvirt.css |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/libvirt.css b/docs/libvirt.css
index 8a00d12..c9e8beb 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -477,3 +477,10 @@ dl.variablelist > dt {
 dl.variablelist > dt:after {
     content: ": ";
 }
+
+div.description pre.code {
+    border: 1px dashed grey;
+    background-color: inherit;
+    padding: 5px 10px 5px 10px;
+    margin-left: 2.5em;
+}
-- 
1.7.9.5




More information about the libvir-list mailing list