www

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

commit f606aea369ca04da83943b46ebb945bcce35f22f
parent 42e69dbf97e1f14339ea2020224844407a339394
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 30 Jan 2012 01:33:37 -0500

Minor cosmetic tweak

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

diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css @@ -3,12 +3,12 @@ body { } #quick-format-search:not([multiline="true"]) { - height: 27px !important; + height: 29px !important; } #quick-format-search { background: white; - padding: 1px 2px 1px 0; + padding: 0 2px 0 0; border: 1px solid rgba(0, 0, 0, 0.5); -moz-appearance: textfield; }