Fix for ticket #386

This commit is contained in:
Jef van Schendel 2012-02-09 21:46:57 +01:00
parent 6e03e58671
commit 937c7ea5d9

View File

@ -79,6 +79,22 @@ a.highlight {
color: #fff;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
ul {
list-style: disc inside;
}
ol {
list-style: decimal inside;
}
label {
font-weight: normal;
}