Tue, 2007-07-17 18:42
#supportingText {
width:430px;
font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
color:#a1a07b;
margin:55px 0 0 59px;
padding-bottom:26px !important;
padding-bottom:0;
text-align:justify;
}
In this code why did she choose to mark the padding-bottom as !important, and then repeat it as a different value.
Thanks