Update of /project/clo/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv22194
Modified Files: style.css Log Message: Font size in navbar to match right-side box, increase width for correct rendering in Firebird. Date: Sun Oct 26 12:47:25 2003 Author: nsiivola
Index: public_html/style.css diff -u public_html/style.css:1.17 public_html/style.css:1.18 --- public_html/style.css:1.17 Fri Oct 17 15:37:36 2003 +++ public_html/style.css Sun Oct 26 12:47:25 2003 @@ -185,12 +185,12 @@ }
.siteMap { - font-size: 80%; + font-size: small; text-align: left; margin-right: 2.5mm; float: left; clear: left; - width: 36em;} + width: 38em;}
.siteMap * { text-decoration: none;