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