OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <style> | 2 <style> |
3 .quote:first-letter { color: red; } | 3 .line:first-letter { color: red; } |
mario.prada
2014/03/27 14:12:39
I needed to update this to line and remove the <sp
| |
4 .line { position: absolute; top: 50px; left: 10px; } | 4 .line { position: absolute; top: 50px; left: 10px; } |
5 </style> | 5 </style> |
6 | 6 |
7 " " | 7 " " |
8 | 8 |
9 <span class="line"> | 9 <span class="line"> |
10 <span class="quote">'</span>Should not crash or assert and all four quotes s hould be displayed.' | 10 'Should not crash or assert and all four quotes should be displayed.' |
11 </span> | 11 </span> |
OLD | NEW |