From: <ce...@us...> - 2004-01-11 14:18:32
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv12687 Modified Files: index.html Log Message: Fix image style on home page Index: index.html =================================================================== RCS file: /cvsroot/csseditor/htdocs/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.html 10 Jan 2004 22:49:52 -0000 1.9 --- index.html 11 Jan 2004 14:18:29 -0000 1.10 *************** *** 49,53 **** </p> <a href="images/screenshot.png" title="Click for a larger view"> ! <img alt="Screenshot" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png"> </a> <ul> --- 49,53 ---- </p> <a href="images/screenshot.png" title="Click for a larger view"> ! <img alt="Screenshot" class="left" src="images/screenshot_thumb.png"> </a> <ul> |