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:
@@ -45,7 +45,7 @@
|
||||
select[size] {
|
||||
border: 2px inset ThreeDFace;
|
||||
margin: 0;
|
||||
min-height: none;
|
||||
min-height: 0;
|
||||
color: inherit;
|
||||
/* -moz-appearance: treeview; */
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
select[size] {
|
||||
border: 2px inset ThreeDFace;
|
||||
margin: 0;
|
||||
min-height: none;
|
||||
min-height: 0;
|
||||
color: inherit;
|
||||
/* -moz-appearance: treeview; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user