[Clo-cvs] CVS update: public_html/style.css

Erik Enge eenge at common-lisp.net
Tue Jan 17 21:13:55 UTC 2006


Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html

Modified Files:
	style.css 
Log Message:
made links look like links
Date: Tue Jan 17 15:13:55 2006
Author: eenge

Index: public_html/style.css
diff -u public_html/style.css:1.21 public_html/style.css:1.22
--- public_html/style.css:1.21	Thu Jun  3 12:24:59 2004
+++ public_html/style.css	Tue Jan 17 15:13:55 2006
@@ -216,9 +216,16 @@
   padding: 0.5ex 0.5em 0.5ex 0.75em;
 }
 
-.sideBox a, .sideBox a:hover, .sideBox span {
+.sideBox a, .sideBox a:hover { 
+  line-height: 1.25em;
+  display: block;
+  padding: 1ex 0.5em 1ex 0.75em;
+}
+
+
+.sideBox span {
   color: black;
-  text-decoration: none;
+/*  text-decoration: none; */
   line-height: 1.25em;
   display: block;
   padding: 1ex 0.5em 1ex 0.75em;




More information about the clo-cvs mailing list