www

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

commit a17b78e22214566dcd99f7ad6ccfb44403bc3dd2
parent 7a52b65e857e828863cbb44cd56920ca7fdd13e3
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 16 Jan 2012 23:52:38 -0500

Minor cosmetic fix

Diffstat:
Mchrome/content/zotero-platform/unix/integration.css | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css @@ -10,7 +10,7 @@ body { background: white; padding: 1px 2px 1px 0; border: 1px solid rgba(0, 0, 0, 0.5); - -moz-appearance: textbox; + -moz-appearance: textfield; } #quick-format-dialog { @@ -19,6 +19,6 @@ body { } #zotero-icon { - margin: 3px 0 0 2px; + margin: 0 0 0 2px; -moz-appearance: none; -} -\ No newline at end of file +}