fixing css syntax error (bug 158981). r=jkeiser, sr=bzbarsky, a=asa.

git-svn-id: svn://10.0.0.236/trunk@125749 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2002-07-25 00:12:04 +00:00
parent 133bfab0b1
commit db891f00b1
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
select[size] {
border: 2px inset ThreeDFace;
margin: 0;
min-height: none;
min-height: 0;
color: inherit;
/* -moz-appearance: treeview; */
}

View File

@@ -45,7 +45,7 @@
select[size] {
border: 2px inset ThreeDFace;
margin: 0;
min-height: none;
min-height: 0;
color: inherit;
/* -moz-appearance: treeview; */
}