Fix relative customized sizing of table cells and headings

This commit is contained in:
Dan Stillman 2009-07-06 12:30:51 +00:00
parent 04aa0581be
commit 5c8f1c5661

View file

@ -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; "