Strengthened CSS rule that sets width of inputs and selects inside of columnCenter

This commit is contained in:
travismccauley 2003-11-12 14:50:43 +00:00
parent 687dda50dd
commit e57d322046
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ margin-top: 2px;
}
#columnLeft select, #columnLeft input, #columnRight select, #columnRight input
{
width: 120px;
width: 120px !important;
}
#columnCenter p
{