docs: define style of code blocks inside descriptions

This commit is contained in:
Claudio Bley 2013-01-22 14:41:58 +01:00
parent d2ee3bbfa0
commit 3a77ecac2a

View 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;
}