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