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

View file

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