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

Claudio Bley cbley at av-test.de
Wed Sep 25 06:49:06 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 ed67b2f..b324ac8 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -491,3 +491,10 @@ table.acl tr, table.acl td {
 table.acl thead {
     background: #ddd;
 }
+
+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