Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <link rel="stylesheet" type="text/css" href="ahem.css" /> |
michael@0 | 4 | |
michael@0 | 5 | <style> |
michael@0 | 6 | td.text { |
michael@0 | 7 | width: 200px; |
michael@0 | 8 | text-align: left; |
michael@0 | 9 | font-family: ahem; |
michael@0 | 10 | font-size: 12pt; |
michael@0 | 11 | line-height: 1.1; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | table { |
michael@0 | 15 | width: 100%; |
michael@0 | 16 | font-family: ahem; |
michael@0 | 17 | font-size: 12pt; |
michael@0 | 18 | line-height: 1.1; |
michael@0 | 19 | } |
michael@0 | 20 | </style> |
michael@0 | 21 | </head> |
michael@0 | 22 | |
michael@0 | 23 | <body> |
michael@0 | 24 | <table cellpadding=0 cellspacing=0> |
michael@0 | 25 | <tr> |
michael@0 | 26 | <td class="text" valign="top"> |
michael@0 | 27 | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.</td> |
michael@0 | 28 | <td class="text" valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci</td> |
michael@0 | 29 | <td valign="top" class="text">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.</td> |
michael@0 | 30 | </tr> |
michael@0 | 31 | </table> |
michael@0 | 32 | </body> |