Update of /cvsroot/sbcl/sbcl-page
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11903
Modified Files:
sbcl.css
Log Message:
fix the hover background for in-progress ports
Index: sbcl.css
===================================================================
RCS file: /cvsroot/sbcl/sbcl-page/sbcl.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sbcl.css 30 Jan 2006 17:04:51 -0000 1.5
+++ sbcl.css 30 Jan 2006 23:27:12 -0000 1.6
@@ -42,11 +42,11 @@
.in-progress { background-color: #DD2; border: 1pt solid #999; }
.not-maintained { background-color: #555; border: 1pt solid #999; }
.available { background-color: #00E000; border: 1pt solid #999; }
-.port-table a:link, .port-table a:visited { display: block; text-decoration: underline; cursor: hand; font-size: .75em; }
+.port-table a:link, .port-table a:visited { display: block; text-decoration: none; cursor: hand; font-size: .75em; }
.port-table a:link { color: #000; }
.port-table a:visited { color: #222; }
-.port-table a:visited:hover { background-color: #0F0; }
-.port-table a:link:hover { background-color: #0F0; }
+.port-table .available a:hover { background-color: #0F0; }
+.port-table .in-progress a:hover { background-color: #FF2 }
.key-blob th { height: 2.5em; width: 2.5em; border: 1pt solid #999; }
.key th { font-size: 100%; font-weight: bold; width: 2em; border-right: 1pt dotted #999; text-align: left; }
.processor-header th { text-align: center; font-size: 100%; }
|