commit fe6713b358959b5aaae73b92c8eabd83b0e3010c
parent 476a5b385d1b7aca6284563f60ce5f27f9ec4a8d
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 27 Aug 2010 19:16:29 +0000
Fix CSS parsing errors (which possibly meant the affected rules aren't necessary)
Diffstat:
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
@@ -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
@@ -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;
}