Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <html><head> |
michael@0 | 2 | <link href="data:text/css," rel="stylesheet" type="text/css"> |
michael@0 | 3 | <style type="text/css"> |
michael@0 | 4 | .Big_Preview_Download { |
michael@0 | 5 | display:inline; |
michael@0 | 6 | position:relative; |
michael@0 | 7 | } |
michael@0 | 8 | .cma { |
michael@0 | 9 | position: absolute; |
michael@0 | 10 | } |
michael@0 | 11 | </style> |
michael@0 | 12 | </head> |
michael@0 | 13 | |
michael@0 | 14 | <body> |
michael@0 | 15 | |
michael@0 | 16 | <div class="Big_Preview_Download"> |
michael@0 | 17 | <table> |
michael@0 | 18 | <tbody> |
michael@0 | 19 | <tr> |
michael@0 | 20 | <td> |
michael@0 | 21 | <script type="text/javascript"> </script> |
michael@0 | 22 | <div class="cma"></div> |
michael@0 | 23 | </td> |
michael@0 | 24 | </tr> |
michael@0 | 25 | </tbody> |
michael@0 | 26 | </table> |
michael@0 | 27 | </div> |
michael@0 | 28 | |
michael@0 | 29 | </body></html> |