revert padding for text highlight. It is messing with indent punctuation and decreases legibility of the highlighted text.

This commit is contained in:
Mario Vavti 2018-12-22 19:47:46 +01:00
parent 458b023204
commit fac3579fb0

View File

@ -1807,5 +1807,4 @@ dl.bb-dl > dd > li {
/* default highlighted text if not specified by schema: */
span.default-highlight {
background-color: yellow;
padding: 2px 4px;
}