summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.0.scss
blob: 98f79df5fdf93234125ed44b70842c40bd43e4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/text-indent-intrinsic-003.htm */


body { font-size: 12px; }

body > div, body > pre {
	float: left; clear: left; margin: 1px; height: 2em;
	border: medium solid;
}

span {
    display: inline-block;
    height: 1em;
    width: 1em;
}