css/look.css: Made all h2 and h3 header underlines same width/color
This commit is contained in:
		| @@ -116,17 +116,10 @@ a { | ||||
| a:hover { | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| h2 { | ||||
| h2, h3 { | ||||
| 	font-weight: bold; | ||||
| 	margin: 1em 0 1em 0; | ||||
| 	border-bottom: 2px solid #ccd; | ||||
| 	text-shadow: 3px 3px 3px #bbc; | ||||
| } | ||||
| h3 { | ||||
| 	font-weight: bold; | ||||
| 	margin: 1em 0 1em 0; | ||||
| 	border-bottom: 1px solid #ddc; | ||||
| 	text-shadow: 2px 2px 3px #bbc; | ||||
| } | ||||
| h2 a, h3 a, h2 a:hover, h3 a:hover{ | ||||
| 	text-decoration: none; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user