Fix minor problem with invalid css
This commit is contained in:
parent
a0a78d7256
commit
e582903a33
|
@ -321,7 +321,7 @@ label{
|
||||||
input{
|
input{
|
||||||
color: #003366;
|
color: #003366;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #FFFFFF
|
background: #FFFFFF;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
select{
|
select{
|
||||||
|
|
Loading…
Reference in New Issue