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 { | a { | ||||||
|  | 	text-decoration: none; | ||||||
| 	color: #2288aa; | 	color: #2288aa; | ||||||
| } | } | ||||||
| a:hover { | a:hover { | ||||||
| 	color: #006699; | 	text-decoration: underline; | ||||||
| } | } | ||||||
| h2 { | h2 { | ||||||
| 	font-weight: bold; | 	font-weight: bold; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user