OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 |
3 <html lang="en"> | 3 <html lang="en"> |
4 <head> | 4 <head> |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
6 <title>untitled</title> | 6 <title>untitled</title> |
7 | 7 |
8 <style type="text/css" media="screen"> | 8 <style type="text/css" media="screen"> |
9 body | 9 body |
10 { | 10 { |
11 margin: 0; | 11 margin: 0; |
| 12 overflow: hidden; |
12 } | 13 } |
13 div | 14 div |
14 { | 15 { |
15 display: -webkit-box; | 16 display: -webkit-box; |
16 border: 1px solid black; | 17 border: 1px solid black; |
17 } | 18 } |
18 | 19 |
19 #container | 20 #container |
20 { | 21 { |
21 height: 100%; | 22 height: 100%; |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 </div> | 78 </div> |
78 <div class="bottom right"> | 79 <div class="bottom right"> |
79 | 80 |
80 </div> | 81 </div> |
81 </div> | 82 </div> |
82 | 83 |
83 </div> | 84 </div> |
84 | 85 |
85 </body> | 86 </body> |
86 </html> | 87 </html> |
OLD | NEW |