[Plugin: baseballNuke] Twenty Ten Theme problems and "fix"
-
There are some formatting issues with the default wordpress twentyten theme. The problem is that the padding for tables in the theme is HUGE and is not suitable for multiple rows. Likely the issue is a sort coming in baseballnuke, however, until I figure out how to get around it here is a quick “fix”.
edit the style.css file for the twenty ten theme
for #content thead th – remove the color tag and change the padding to 4px (or something MUCH smaller than the default).
515 #content thead th { 516 font-size: 12px; 517 font-weight: bold; 518 line-height: 18px; 519 padding: 4px; 520 }
for #content tr td – edit the padding to 4px or something to your liking.
521 #content tr td { 522 border-top: 1px solid #e7e7e7; 523 padding: 4px;
- The topic ‘[Plugin: baseballNuke] Twenty Ten Theme problems and "fix"’ is closed to new replies.