aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-22 18:47:46 +0000
committerMario <mario@mariovavti.com>2018-12-22 20:18:12 +0100
commit0bfda6d4c85cb90ef4e29f8f69995a69794a616e (patch)
treec729facc0839e5c37c6d2093581446535e9b9253
parent880b22604badd278a5aff92fff499eb96d0c060a (diff)
downloadvolse-hubzilla-0bfda6d4c85cb90ef4e29f8f69995a69794a616e.tar.gz
volse-hubzilla-0bfda6d4c85cb90ef4e29f8f69995a69794a616e.tar.bz2
volse-hubzilla-0bfda6d4c85cb90ef4e29f8f69995a69794a616e.zip
revert padding for text highlight. It is messing with indent punctuation and decreases legibility of the highlighted text.
(cherry picked from commit fac3579fb0124a13c5066c660e8a2bd89ed1e144)
-rw-r--r--view/theme/redbasic/css/style.css3
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;
}