summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001l.0.scss
blob: f780444dc2a3f37a9ed7bf3c0734e20a8bfc5c61 (plain)
1
2
3
4
5
6
7
8
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/floats-wrap-top-below-bfc-001l.htm */


body { width: 400px; border: medium solid; }
div { float: left; clear: left; }
span { display: block; overflow: hidden; width: 200px; height: 50px; background: aqua; margin-right: auto; }