Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv13240
Modified Files:
index.html
Log Message:
More minor style changes, added tool bar with quick links
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.html 7 Jan 2004 21:03:24 -0000 1.3
--- index.html 8 Jan 2004 12:10:29 -0000 1.4
***************
*** 1,2 ****
--- 1,5 ----
+ <!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
***************
*** 23,26 ****
--- 26,34 ----
<div id="content">
<h1>CSS Editor for Eclipse</h1>
+ <div id="toolbar-top">
+ <a href="#overview">Overview</a>
+ |
+ <a href="#status">Status</a>
+ </div>
<div id="news">
<a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a>
***************
*** 31,35 ****
<div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div>
</div>
! <h2>Overview</h2>
<p>
This project aims to contribute sophisticated
--- 39,43 ----
<div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div>
</div>
! <h2 id="overview">Overview</h2>
<p>
This project aims to contribute sophisticated
***************
*** 67,71 ****
from the Eclipse.org site
</p>
! <h2>Status</h2>
<p>
The initial source has been imported into CVS on Dec 14th, 2003. There are
--- 75,79 ----
from the Eclipse.org site
</p>
! <h2 id="status">Status</h2>
<p>
The initial source has been imported into CVS on Dec 14th, 2003. There are
|