allow string based values for comboboxarray
[roojs1] / css / reset-min.css
1 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
2         margin:0;
3         padding:0;
4 }
5 fieldset,img{
6         border:0;
7 }
8 address,caption,cite,code,dfn,em,strong,th,var{
9     font-style:normal;
10     font-weight:normal;
11 }
12 ol,ul {
13         list-style:none;
14     }
15 caption,th {
16         text-align:left;
17 }
18 h1,h2,h3,h4,h5,h6{
19         font-size:100%;
20 }
21 q:before,q:after{
22     content:'';
23 }