cookbook: Additional selectors in CSS stylesheet

Added some selectors for docbook element types
[properties and types], so those elements can be used in recipes
This commit is contained in:
Elliot Smith 2010-07-06 15:42:32 +01:00
parent dfe7c554fd
commit fe7385cb7d

View File

@ -370,6 +370,10 @@ span.application {
font-style: italic;
}
span.property, span.type {
font-family: monospace;
}
.programlisting {
font-family: monospace;
font-size: 80%;