Skip to content

Commit

Permalink
Font size and color update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed May 23, 2015
1 parent e36432f commit 2189023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rwh.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ var ReplyWithHeader = {
let fontColor = this.Prefs.headerFontColor;
ReplyWithHeader.Log.debug('Font face: ' + fontFace + '\tFont size: ' + fontSize + '\tColor: ' + fontColor);

let htmlTagPrefix = '<span style="margin: -1.3px 0 0 0 !important;"><font face="' + fontFace + '" color="' + fontColor + '" style="font: ' + fontSize + '.0px ' + fontFace + '; color: ' + fontColor + ';">';
let htmlTagPrefix = '<span style="margin: -1.3px 0 0 0 !important;"><font face="' + fontFace + '" color="' + fontColor + '" style="font: ' + fontSize + 'px ' + fontFace + ' !important; color: ' + fontColor + ' !important;">';
let htmlTagSuffix = '</font></span><br/>';

rwhHdr += '<hr style="border:none;border-top:solid #B5C4DF 1.0pt;padding:0;margin:10px 0 5px 0;width:100%;">';
Expand Down

0 comments on commit 2189023

Please sign in to comment.