OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 body { margin-left: 10%; margin-right: 10%;} | 4 body { margin-left: 10%; margin-right: 10%;} |
5 h1,h2,h3,h4,h5,h6 { text-align: center; clear: both;} | 5 h1,h2,h3,h4,h5,h6 { text-align: center; clear: both;} |
6 h1 span { display: block; padding-bottom: 0.5em; } | 6 h1 span { display: block; padding-bottom: 0.5em; } |
7 .figcenter { margin: auto; text-align: center;} | 7 .figcenter { margin: auto; text-align: center;} |
8 .footnote {margin-left: 10%; margin-right: 10%; font-size: 0.9em;} | 8 .footnote {margin-left: 10%; margin-right: 10%; font-size: 0.9em;} |
9 .footnote .label {position: absolute; float: -webkit-positioned; right: 84%;
text-align: right; width: 200px} | 9 .footnote .label {position: absolute; float: -webkit-positioned; right: 84%;
text-align: right; width: 200px} |
10 </style> | 10 </style> |
(...skipping 16 matching lines...) Expand all Loading... |
27 <body onload="test();"> | 27 <body onload="test();"> |
28 <div class="figcenter"> | 28 <div class="figcenter"> |
29 <img id="image" src="icon-gold.png" alt="Book cover." title=""> | 29 <img id="image" src="icon-gold.png" alt="Book cover." title=""> |
30 </div> | 30 </div> |
31 | 31 |
32 <div class="footnote"><a id="anchor1"></a><a href="http://www.gutenberg.org/file
s/33439/33439-h/33439-h.htm#FNanchor_1"><span id="spantext" class="label">[1]</s
pan></a></div> | 32 <div class="footnote"><a id="anchor1"></a><a href="http://www.gutenberg.org/file
s/33439/33439-h/33439-h.htm#FNanchor_1"><span id="spantext" class="label">[1]</s
pan></a></div> |
33 | 33 |
34 <div id="console">FAILURE</div> | 34 <div id="console">FAILURE</div> |
35 </body></html> | 35 </body></html> |
36 | 36 |
OLD | NEW |