mitz@apple.com | 8153485 | 2012-05-14 20:04:37 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <style> |
| 3 | div.test { font-family: ahem; border: solid; width: 100px; margin: 8px 0; padding-left: 100px; } |
| 4 | div.test div { display: inline-block; background-color: blue; width: 100px; height: 100px; } |
| 5 | </style> |
| 6 | <div class="test" style="height: 120px;"> |
| 7 | <div style="margin-top: 17px;"></div> |
| 8 | </div> |
| 9 | <div class="test" style="height: 150px;"> |
| 10 | <div style="margin-top: 47px;"></div> |
| 11 | </div> |
| 12 | <div class="test" style="height: 160px;"> |
| 13 | <div style="margin-top: 50px;"></div> |
| 14 | </div> |