Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { | |
| 4 transform:scale(1); | |
|
esprehn
2015/04/09 19:39:24
nit missing space after :
| |
| 5 border: solid 1px #000; | |
| 6 position: absolute; | |
| 7 top: 127.223px; | |
| 8 left: 80.334px; | |
| 9 width: 360.4px; | |
| 10 height: 170.3px; | |
| 11 overflow: hidden; | |
| 12 } | |
| 13 </style> | |
| 14 <div></div> | |
| OLD | NEW |