Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | body { |
michael@0 | 6 | font-size: 0.875em; |
michael@0 | 7 | line-height: 1.30em; |
michael@0 | 8 | font-family: Arial; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | p, ul, li { |
michael@0 | 12 | margin: 0; |
michael@0 | 13 | padding: 0; |
michael@0 | 14 | background-color: rgb(235, 235, 235); |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | ul { -moz-column-count: 2; |
michael@0 | 18 | background-color: rgb(255, 200, 200); |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | li { margin-left: 17px } |
michael@0 | 22 | .wrapper { |
michael@0 | 23 | background-color: rgb(255, 0, 155); max-width: 910px; |
michael@0 | 24 | border: 1px solid green; |
michael@0 | 25 | } |
michael@0 | 26 | |
michael@0 | 27 | .column { |
michael@0 | 28 | width: 73%; |
michael@0 | 29 | padding: 20px 60px 20px 40px; |
michael@0 | 30 | box-sizing: border-box; |
michael@0 | 31 | background-color: rgb(0, 95, 255); |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | .img { |
michael@0 | 35 | float: left; |
michael@0 | 36 | width: 261px; |
michael@0 | 37 | height: 150px; |
michael@0 | 38 | background-color: rgb(88, 20, 100); |
michael@0 | 39 | } |
michael@0 | 40 | </style> |
michael@0 | 41 | </head> |
michael@0 | 42 | <body> |
michael@0 | 43 | <div class="wrapper"> |
michael@0 | 44 | <div id="colEle" class="column"> |
michael@0 | 45 | <ul> |
michael@0 | 46 | <li> |
michael@0 | 47 | <p>123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123</p> |
michael@0 | 48 | </li> |
michael@0 | 49 | <li> |
michael@0 | 50 | <p>123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123</p> |
michael@0 | 51 | <div class="img"></div> |
michael@0 | 52 | </li> |
michael@0 | 53 | </ul> |
michael@0 | 54 | </div> |
michael@0 | 55 | </div> |
michael@0 | 56 | </body> |
michael@0 | 57 | </html> |