* small stylesheet fix
authorArt Cancro <ajc@citadel.org>
Sat, 25 Sep 2004 03:18:47 +0000 (03:18 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 25 Sep 2004 03:18:47 +0000 (03:18 +0000)
webcit/ChangeLog
webcit/static/style.css

index a5251ae5dc5f04dd2cbba11c0ce135e4c6ccaec4..2efbcbec95617a13222657c2ad3e7f17f0ff688c 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 523.9  2004/09/25 03:18:43  ajc
+* small stylesheet fix
+
 Revision 523.8  2004/09/24 04:21:41  ajc
 * Fixed display bug for room list mode when we dropped down multiple
   sublevels at once (such as, from 3 to 1 instead of from 2 to 1)
@@ -2064,3 +2067,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 115154a03829f91b07f89153b0792a46c75ff24e..12631e068b0530a4e43621ad74d89487a8458f5c 100644 (file)
@@ -13,6 +13,10 @@ a:active {
   text-decoration: none;
 }
 
+a:hover {
+  text-decoration: underline;
+}
+
 .menubar_link {
        font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
        font-size: 9pt;