diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-12-22 19:47:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-12-22 19:47:46 +0100 |
commit | fac3579fb0124a13c5066c660e8a2bd89ed1e144 (patch) | |
tree | 8615eadb6a842e25e75a16281e645fca271b1968 /view/theme | |
parent | 458b023204e8195bcb15eacea98cc9dfdfaee46d (diff) | |
download | volse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.tar.gz volse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.tar.bz2 volse-hubzilla-fac3579fb0124a13c5066c660e8a2bd89ed1e144.zip |
revert padding for text highlight. It is messing with indent punctuation and decreases legibility of the highlighted text.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b406e710c..18c3db665 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1806,6 +1806,5 @@ dl.bb-dl > dd > li { /* default highlighted text if not specified by schema: */ span.default-highlight { - background-color: yellow; - padding: 2px 4px; + background-color: yellow; } |