]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: define style of code blocks inside descriptions
authorClaudio Bley <cbley@av-test.de>
Tue, 22 Jan 2013 13:41:58 +0000 (14:41 +0100)
committerClaudio Bley <cbley@av-test.de>
Wed, 30 Oct 2013 16:30:12 +0000 (17:30 +0100)
docs/libvirt.css

index ed67b2f60f4afa373f7e1d5f9e74db037ca468f3..b324ac88c76991b886873f746edc6ef371359b16 100644 (file)
@@ -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;
+}