www

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

commit 6abaf18fdc17995dc6a3cb00ad3615b9840ccca2
parent 4ebf38629d558f5b5adb29a3c624c439b96740b8
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  2 Mar 2011 18:21:43 +0000

only apply overflow:auto to item box


Diffstat:
Mchrome/skin/default/zotero/bindings/itembox.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css @@ -1,4 +1,4 @@ -scrollbox +#item-box { overflow: auto; }