From: Claudio Bley Date: Tue, 22 Jan 2013 13:41:58 +0000 (+0100) Subject: docs: define style of code blocks inside descriptions X-Git-Tag: v1.1.4-rc2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a77ecac2aa59567f22dd237bf0d78ea362254ac;p=thirdparty%2Flibvirt.git docs: define style of code blocks inside descriptions --- diff --git a/docs/libvirt.css b/docs/libvirt.css index ed67b2f60f..b324ac88c7 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; +}