]> git.mjollnir.org Git - moodle.git/commitdiff
I really don't like the underlines and color-changing on links ... :-)
authormoodler <moodler>
Thu, 10 May 2007 05:57:51 +0000 (05:57 +0000)
committermoodler <moodler>
Thu, 10 May 2007 05:57:51 +0000 (05:57 +0000)
theme/custom_corners/user_styles.css

index 9b72005489370f1d4169cf0abcefbdad0fe8ae2c..545ce6592cb7a9f204117ebc234723637f72d5d3 100644 (file)
@@ -32,14 +32,14 @@ div#page {
 div.clearer {
   clear: both;
 }
-a:link {
-  color: #116699;
-}
+a:link,
 a:visited {
-  color: #AA2200;
+  color: #116699;
+  text-decoration:none;
 }
 a:hover {
   color: #0066FF;
+  text-decoration: underline;
 }
 table.generaltable {
   background-color: #EEEEEE;