From 2c134c1c25b97359703a72407b9f96ab6df81b29 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 29 Mar 2013 04:28:44 -0400 Subject: [PATCH] Shrink font size of quick copy prefpane instructions --- chrome/skin/default/zotero/preferences.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css index 08b492f79..dde144968 100644 --- a/chrome/skin/default/zotero/preferences.css +++ b/chrome/skin/default/zotero/preferences.css @@ -212,6 +212,10 @@ grid row hbox:first-child height: 1em; } +#quickCopy-instructions, #quickCopy-citationInstructions { + font-size: 12px; +} + #quickCopy-siteSettings-rows::-moz-tree-cell(quickCopy-copyAsHTML) { /* DEBUG: possible to center checkmark here instead of with spaces?