Topic: Suggestion: class for td, tbody td
For the longest time I was unable to figure out why none of the simple:press forum plugin styles would display correctly with arras, foreground tables all had a different-colored background. Then finally today I read through default.css and saw that "td, tbody td" is generally formatted with a specific background color (#F0F0F0, in the default.css). This was throwing the tables off throughout the site. The user has to add td, tbody td { background: transparent; !important} to override this, but now my tables (such as at http://danbirlew.com/bibliography/) lose that nice background color unless I code it manually in the content. I suggest moving the td, tbody td tags under entry-content or some other class within the theme, for more specific control when the user needs it.
Last edited by dudieboy (2011-01-19 21:24:41)