Fix relative customized sizing of table cells and headings
This commit is contained in:
parent
04aa0581be
commit
5c8f1c5661
1 changed files with 3 additions and 1 deletions
|
@ -297,8 +297,10 @@
|
|||
|
||||
// Add CSS rules to notes
|
||||
if (self.mode == 'note') {
|
||||
var css = "body#zotero-tinymce.mceContentBody, "
|
||||
var css = "body#zotero-tinymce-note.mceContentBody, "
|
||||
+ "body#zotero-tinymce-note.mceContentBody p, "
|
||||
+ "body#zotero-tinymce-note.mceContentBody th, "
|
||||
+ "body#zotero-tinymce-note.mceContentBody td, "
|
||||
+ "body#zotero-tinymce-note.mceContentBody pre { "
|
||||
+ "font-size: "
|
||||
+ Zotero.Prefs.get('note.fontSize') + "px; "
|
||||
|
|
Loading…
Add table
Reference in a new issue