Fix invalid CSS selector on Windows

I didn't check whether this affects anything. The rule was being ignored
previously.
This commit is contained in:
Dan Stillman 2012-01-19 21:05:35 -05:00
parent 1e20c8cb53
commit 8941e610e0

View file

@ -7,7 +7,7 @@ row > vbox
padding-bottom: 0 !important;
}
row vbox[fieldname],
row vbox[fieldname]
{
margin-left: 1px;
}