From fe6713b358959b5aaae73b92c8eabd83b0e3010c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 27 Aug 2010 19:16:29 +0000 Subject: [PATCH] Fix CSS parsing errors (which possibly meant the affected rules aren't necessary) --- chrome/content/zotero-platform/mac/overlay.css | 8 ++++---- chrome/skin/default/zotero/bindings/itembox.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css index 6d788dbe4..b68163f77 100644 --- a/chrome/content/zotero-platform/mac/overlay.css +++ b/chrome/content/zotero-platform/mac/overlay.css @@ -100,7 +100,7 @@ } #zotero-tb-sync { - margin: none; + margin: 0; } #zotero-view-tabbox { @@ -209,7 +209,7 @@ #zotero-view-tabbox > tabs > tab:first-child[selected=true]:active:hover, #zotero-view-tabbox > tabs > tab[first-visible][selected=true]:active:hover, #zotero-view-tabbox > tabs[chromedir=rtl] > tab:last-child[selected=true]:active:hover, -#zotero-view-tabbox > tabs[chromedir=rtl] > tab[last-visible][selected=true]:active:hover, { +#zotero-view-tabbox > tabs[chromedir=rtl] > tab[last-visible][selected=true]:active:hover { -moz-border-image: url("chrome://zotero/skin/mac/viewbutton-left-selected-down.png") 0 4 0 6 repeat stretch; } @@ -327,7 +327,7 @@ width: 8px !important; background-image: url("chrome://zotero/skin/mac/vsplitter.png"); background-repeat: repeat-y; - padding: none; + padding: 0; } #zotero-tree-splitter[state=collapsed] > grippy @@ -348,7 +348,7 @@ height: 8px; background-image: url("chrome://zotero/skin/mac/hsplitter.png") !important; background-repeat: repeat-x; - padding: none; + padding: 0; } #zotero-tags-splitter > grippy diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css index 79a3dedb5..4ffeadb3e 100644 --- a/chrome/skin/default/zotero/bindings/itembox.css +++ b/chrome/skin/default/zotero/bindings/itembox.css @@ -70,7 +70,7 @@ row label -moz-box-align: center; -moz-box-pack: end; height: 18px !important; - min-height: none !important; + min-height: 0 !important; max-height: 18px !important; padding-right: 2px; }