blob: 4aea22c74088ed8d0651a07380ab55f80681ea04 (
plain)
1
2
3
4
5
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/first-letter-inherit-001.htm */
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
div:first-letter { float: inherit; }
|