Browse Source

[svn r10464] restructure regular <a> elements

veebie 18 years ago
parent
commit
58141a01ef
1 changed files with 7 additions and 10 deletions
  1. 7 10
      main/css/default/default.css

+ 7 - 10
main/css/default/default.css

@@ -39,30 +39,26 @@ h3 {
 	padding-top:0px;
 }
 
-
 /* the following for regular <a> elements */
-a:link {
-	color : #4171b5;
+a:link,
+a:visited,
+a:hover,
+a:active {
 	font-weight : bold;
 	text-decoration: none;
 }
 
+a:link,
 a:visited {
 	color : #4171b5;
-	font-weight : bold;
-	text-decoration: none;
 }
 
 a:hover {
 	color: red;
-	font-weight: bold;
-	text-decoration: none;
 }
 
 a:active {
 	color : #f00;
-	font-weight : bold;
-	text-decoration: none;
 }
 
 select, textarea {
@@ -79,7 +75,8 @@ input[type=checkbox],
 input[type=radio],
 input[type=button],
 input[type=submit] {
-	cursor:	pointer; font-size: 12px;
+	cursor:	pointer; 
+	font-size: 12px;
 }
 
 input[text] {