From 3a77ecac2aa59567f22dd237bf0d78ea362254ac Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 22 Jan 2013 14:41:58 +0100 Subject: [PATCH] docs: define style of code blocks inside descriptions --- docs/libvirt.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +} -- GitLab