summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/inline-block-width-002b.0.scss
blob: 652628c6168876f430111f942ff6484f035f1eb1 (plain)
1
2
3
4
5
6
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/inline-block-width-002b.htm */

body > div { width: 10em; }
body > div > div { display: inline-block; background: green; color: white; width: 20em; }
body > div > div > div { width: 20em; }