Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv4397
Modified Files:
index.html
Log Message:
Add print stylesheet
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.html 8 Jan 2004 12:10:29 -0000 1.4
--- index.html 8 Jan 2004 14:14:56 -0000 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ <?xml version="1.0"?>
+ <!-- $Revision$ -->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
***************
*** 5,9 ****
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
--- 7,12 ----
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css">
! <link rel="stylesheet" type="text/css" media="print" href="style/print.css">
</head>
<body>
***************
*** 17,20 ****
--- 20,24 ----
</div>
<ul>
+ <li><a href="http://csseditor.sourceforge.net/wiki">Documentation</a>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
|