diff options
| -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> |
