OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html style="font-size: 16px"> | 2 <html style="font-size: 16px"> |
3 <head> | 3 <head> |
4 | 4 |
5 <meta name="viewport" content="width=800"> | 5 <meta name="viewport" content="width=800"> |
6 <style> | 6 <style> |
7 body { | 7 body { |
8 width: 800px; | 8 width: 800px; |
9 margin: 0; | 9 margin: 0; |
10 overflow-y: hidden; | 10 overflow-y: hidden; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 } | 44 } |
45 element.className = 'largersize'; | 45 element.className = 'largersize'; |
46 if (element.offsetHeight) {} | 46 if (element.offsetHeight) {} |
47 element.className = ''; | 47 element.className = ''; |
48 if (element.offsetHeight) {} | 48 if (element.offsetHeight) {} |
49 </script> | 49 </script> |
50 <noscript>fail (no support for javascript)</noscript> | 50 <noscript>fail (no support for javascript)</noscript> |
51 | 51 |
52 </body> | 52 </body> |
53 </html> | 53 </html> |
OLD | NEW |