www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d7809d6c1f2726f92b0f52810045ef9fe12e46ea
parent dc04a1231cad3b8e092d963c53fc926b3fdf315d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 25 Dec 2016 23:11:40 -0500

Increase default note font size to 12

Diffstat:
Mdefaults/preferences/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js @@ -96,7 +96,7 @@ pref("extensions.zotero.search.useLeftBound", true); // Notes pref("extensions.zotero.note.fontFamily", "Lucida Grande, Tahoma, Verdana, Helvetica, sans-serif"); -pref("extensions.zotero.note.fontSize", "11"); +pref("extensions.zotero.note.fontSize", "12"); pref("extensions.zotero.note.css", ""); // Reports