Fix CSS parsing errors (which possibly meant the affected rules aren't necessary)

This commit is contained in:
Dan Stillman 2010-08-27 19:16:29 +00:00
parent 476a5b385d
commit fe6713b358
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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;
}