summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/inline-block-width-001a.0.scss
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; }