blob: 78e2c1ecabb5d68ba1eb7f64d40c06bc464ce214 (
plain)
1
2
3
4
5
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/inline-table-width-001a.htm */
body > div { width: 10em; }
body > div > div { display: inline-table; background: green; color: white; }
|