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

(cherry picked from commit fac3579fb0)
This commit is contained in:
Mario Vavti 2018-12-22 18:47:46 +00:00 committed by Mario
parent 880b22604b
commit 0bfda6d4c8

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