[GRASSweb-list]markus: web index.html,1.24,1.25 sitestyle.css,1.4,1.5
grass at intevation.de
grass at intevation.de
Mon Nov 11 07:58:09 EST 2002
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv3099
Modified Files:
index.html sitestyle.css
Log Message:
CSS fixes for netscape, mozilla
Index: index.html
===================================================================
RCS file: /grassrepository/web/index.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- index.html 11 Nov 2002 12:48:17 -0000 1.24
+++ index.html 11 Nov 2002 12:58:07 -0000 1.25
@@ -268,7 +268,7 @@
<hr>
<center>
-<a href="images/gbanner.gif"><DEFANGED_IMG SRC="images/gbanner_small.jpg" BORDER=0></a>
+<a href="images/gbanner.gif"><DEFANGED_IMG SRC="images/gbanner_small.jpg" BORDER=0 alt="GRASS LOGO"></a>
<p>
<b>GRASS Development Team</b>
</center>
@@ -289,7 +289,7 @@
<td>
<center>
ITC-irst
-<br>SSI/<a href=http://mpa.itc.it>MPA</a>
+<br>SSI/<a href="http://mpa.itc.it">MPA</a>
<br>Via Sommarive, 18
<br>38050 Povo (Trento)
<br>Italy
@@ -302,8 +302,8 @@
<center>
<p>
-<a href=http://grass.itc.it/>http://grass.itc.it</a><br>
-<a href=http://www3.baylor.edu/grass/>http://www3.baylor.edu/grass/</a>
+<a href="http://grass.itc.it/">http://grass.itc.it</a><br>
+<a href="http://www3.baylor.edu/grass/">http://www3.baylor.edu/grass/</a>
</center>
</BODY>
Index: sitestyle.css
===================================================================
RCS file: /grassrepository/web/sitestyle.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sitestyle.css 11 Nov 2002 12:48:17 -0000 1.4
+++ sitestyle.css 11 Nov 2002 12:58:07 -0000 1.5
@@ -1,12 +1,16 @@
/* GRASS web site style sheet
* send improvements to weblist at grass.itc.it
+ *
+ * Fonts:
+ * http://www.w3.org/TR/REC-CSS2/fonts.html
+ * Tables:
+ * http://www.w3.org/TR/REC-CSS2/tables.html
*/
A:link{ color: blue }
A:visited{ color: rgb(50%, 0%, 50%) }
BODY{ font-family: Arial, Helvetica;
- font-size: 100%;
background: white;
color: black;}
@@ -14,10 +18,16 @@
line-height: 1.1; /* required for Mozilla */
}
+TH{ font-family: Arial, Helvetica;
+ }
+TD{ font-family: Arial, Helvetica;
+ }
+
H1{ background-color: white;
color: rgb(25%, 60%, 25%);
font-family: monospace;
font-weight: bold;
+ font-size: 18pt;
}
H2{ background-color: white;
More information about the grass-web
mailing list