www

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

commit 8941e610e0f355112f40e0ab004468aec9295db9
parent 1e20c8cb53542dcb79761a6fd8abcc9ae07ee61e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 19 Jan 2012 21:05:35 -0500

Fix invalid CSS selector on Windows

I didn't check whether this affects anything. The rule was being ignored
previously.

Diffstat:
Mchrome/content/zotero-platform/win/itembox.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero-platform/win/itembox.css b/chrome/content/zotero-platform/win/itembox.css @@ -7,7 +7,7 @@ row > vbox padding-bottom: 0 !important; } -row vbox[fieldname], +row vbox[fieldname] { margin-left: 1px; }