Active
Project:
Tendu
Version:
6.x-2.1-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2009 at 19:30 UTC
Updated:
28 Mar 2009 at 19:30 UTC
Small one:
I use tendu_default theme. Using it, if my content has a table (such as that created by fckeditor, but it doesn't matter, I think) with tbody element within, the table gets an ugly (=buggy IMHO) top border, which comes from system.css (modules/system/system.css), line 29.
I needed to put tbody { border: none} in style_subtheme.css to resolve this. I'm not sure if this should go into style.css, but I played it safe and put it in my subtheme CSS file.