IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New It may not be your syntax
Check out [link|http://www.richinstyle.com/bugs/table.html|http://www.richinsty...m/bugs/table.html]

The section on tables is near the bottom of the page. It looks like inheriting styles in tables is pretty much non-functional.

Brian Bronson
New No, it's his syntax
The table inheritance bug is a different issue. The proper syntax is that the style name follows the period. Child elements are separated by a space. So for instance:
.classname{\n    padding: 2px;\n}

will set padding for any elements that are of class 'classname'. Whereas:
.classname p{\n    padding: 2px;\n}

will set padding for any <p> elements that are first-level decendants of an element that is of class 'classname', and:
p.classname{\n    padding: 2px;\n}

will set padding for any <p> elements that are of class 'classname'.
===

Implicitly condoning stupidity since 2001.
     Table element style management at table level? - (tablizer) - (6)
         Re: Table element style management at table level? - (admin)
         Child selectors are separated by a space - (FuManChu)
         You've got the declaration backwards - (drewk) - (1)
             It works! Kudos -NT - (tablizer)
         It may not be your syntax - (bbronson) - (1)
             No, it's his syntax - (drewk)

Just slightly more difficult than choosing your parents.
66 ms