plugin { | |
display: block; | |
margin-top: 1em; | |
margin-left: 1em; | |
margin-right: 1em; | |
} | |
category:before { | |
content: attr(name); | |
display: block; | |
font-weight: bold; | |
font-size: 1.5em; | |
} | |
category { | |
display: block; | |
font-size: 1.5em; | |
} | |
constraint:before { | |
content: attr(name); | |
display: block; | |
font-weight: bold; | |
margin-top: 0.5em; | |
} | |
constraint { | |
display: block; | |
} | |
message { | |
font-style: italic; | |
} | |
message:after { | |
content: " – "; | |
} | |
description { | |
} |