From d98e99ce46c10b1478391a5178b09e7aa67b6069 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 13 Feb 2011 01:21:28 +0000 Subject: [PATCH] pack tags slightly closer together --- chrome/skin/default/zotero/bindings/tagselector.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index 77d8227c6c..80238e8910 100644 --- a/chrome/skin/default/zotero/bindings/tagselector.css +++ b/chrome/skin/default/zotero/bindings/tagselector.css @@ -20,8 +20,8 @@ checkbox #tags-toggle label { - margin-right: .2em; - padding: .15em .25em; + margin: .15em !important; + padding: 0 .15em 0 .15em !important; -moz-user-focus: ignore; max-width: 250px; }