aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/lineheight-simple.css
blob: 6baa2fa488a9d79f3e7a37aa6a45fc35d4d772c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#larger1 {
	font-size: 20px;
	line-height: 2;
}

#larger2 {
	font-size: 30px;
	line-height: 3;
}