Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 div { | 3 div { |
| 4 zoom: 0.5; | 4 zoom: 0.5; |
| 5 width: 25px; | 5 width: 26px; |
| 6 height: 25px; | 6 height: 26px; |
|
Stephen Chennney
2016/03/11 17:39:01
I might not need this now. Have to check.
| |
| 7 background-image: url('resources/bg_position_larger.gif'); | 7 background-image: url('resources/bg_position_larger.gif'); |
| 8 background-position: 35px 35px; | 8 background-position: 36px 36px; |
| 9 } | 9 } |
| 10 </style> | 10 </style> |
| 11 <div></div> | 11 <div></div> |
| OLD | NEW |