Update of /cvsroot/hoc/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31782
Modified Files:
download.html hoc.css index.html
Log Message:
Got rid of the "last modified" footer (it won't work with the hourly CVS export
mechanism used to keep the webpage in sync with the www/ CVS module)
Index: download.html
===================================================================
RCS file: /cvsroot/hoc/www/download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- download.html 19 May 2004 06:52:15 -0000 1.2
+++ download.html 19 May 2004 07:20:23 -0000 1.3
@@ -72,7 +72,5 @@
href="http://cvs.sourceforge.net/viewcvs.py/hoc/hoc/BUILDING.CVS?view=markup"><code>BUILDING.CVS</code></a>
file for instructions on how to build it from the CVS tree.</p>
-</div>
-
<!--#include virtual="/templates.hoc/footer.shtml" -->
Index: index.html
===================================================================
RCS file: /cvsroot/hoc/www/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.html 19 May 2004 06:41:05 -0000 1.7
+++ index.html 19 May 2004 07:20:24 -0000 1.8
@@ -34,7 +34,7 @@
<h1>News</h1>
-<p>Friday, 14 May 2004: <strong>HOC 0.2 released</strong>.</p>
+<p>Friday, 19 May 2004: <strong>HOC 0.7 released</strong>.</p>
<p>Thursday, 2 Jan 2003: <strong>HOC 0.1 released</strong>. See the <a
href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full
Index: hoc.css
===================================================================
RCS file: /cvsroot/hoc/www/hoc.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hoc.css 19 May 2004 06:44:27 -0000 1.4
+++ hoc.css 19 May 2004 07:20:24 -0000 1.5
@@ -29,6 +29,12 @@
align: center;
}
+p.right {
+ font-size:100%;
+ margin: 12px 0;
+ text-align: right;
+}
+
pre {
font-size: 95%;
line-height: 95%;
|