css/look.css: made hovered links add underline rather than change color
This commit is contained in:
		| @@ -113,10 +113,11 @@ div#tabs ul li a.current { | ||||
| } | ||||
|  | ||||
| a { | ||||
| 	text-decoration: none; | ||||
| 	color: #2288aa; | ||||
| } | ||||
| a:hover { | ||||
| 	color: #006699; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| h2 { | ||||
| 	font-weight: bold; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user