www

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

commit 173f10a6fa798967d60fd64668b92c75677a7d93
parent d98e99ce46c10b1478391a5178b09e7aa67b6069
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 13 Feb 2011 01:41:56 +0000

format commas properly


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

diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css @@ -67,11 +67,11 @@ row label .comma { - margin: 0 !important; + margin: 1px 0 1px -3px !important; padding: 0 !important; } -.creator-name-box > label, .date-box > label +.creator-name-box > label:not(.comma), .date-box > label { margin: 1px 0 1px 1px !important; padding-left: 2px !important;