diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-19 10:59:56 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-19 10:59:56 +0300 |
| commit | 50108451be6d9be66e90ea0009251a01096eb8c0 (patch) | |
| tree | 407e857974cce67f28a6067d3fc38cf5a70de743 | |
| parent | f8741870a1dcd066a22545635faac274413b05bd (diff) | |
audit from chrome: add width/height to images
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -58,7 +58,7 @@ <div class="typeselection"> <table> - <tr><td><img id="keys" src="images/keys.png"/></td></tr> + <tr><td><img id="keys" width="56" height="26" src="images/keys.png"/></td></tr> <tr><td>Pick a type with [TAB] key</td></tr> </table> </div> @@ -110,12 +110,14 @@ </div> <div class="logo"> - <a href="#"><img src="images/sage.png"/></a> + <a href="#"><img width="146" height="67" src="images/sage.png"/></a> </div> </div> - <div class="poweredby">powered by <a href="http://www.rhizi.org"><img src="images/rhizismall.png"/></a></div> + <div class="poweredby">powered by <a href="http://www.rhizi.org"> + <img width="45" height="25" src="images/rhizismall.png"/></a> + </div> </div> |
