diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 17:28:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 17:28:46 +0100 |
commit | 2556d05602906bbace27c796de2f5b3cbacd4448 (patch) | |
tree | ebef3be3409fdbf6f7dc9957df7a600471b71a60 /view/tpl/jot-header.tpl | |
parent | 92778066648b72b52787f428e1632a7eb99b14a5 (diff) | |
download | volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.gz volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.bz2 volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.zip |
bs4 fixes
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 535e6c66c..66c813f1f 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,7 @@ function initEditor(cb){ {{$geotag}} if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); - $("#profile-jot-text").css({ 'height': 200, 'color': '#000', 'line-height': 'inherit' }); + $("#profile-jot-text").css({ 'height': 200 }); {{if $bbco_autocomplete}} $("#profile-jot-text").bbco_autocomplete('{{$bbco_autocomplete}}'); // autocomplete bbcode {{/if}} |