Tobacco Theme Fix
Posted: Mon Aug 15, 2005 10:42 pm
In style.css:
#content {
margin: 0px 220px;
padding: 7px;
vertical-align: top;
width: 100%;
}
without width: 100%; the static pages (and possibly other) plugins display improperly.
#content {
margin: 0px 220px;
padding: 7px;
vertical-align: top;
width: 100%;
}
without width: 100%; the static pages (and possibly other) plugins display improperly.