Added fading ".com" in header
This commit is contained in:
		| @@ -35,10 +35,13 @@ body { | ||||
| 	margin: 0; | ||||
| 	padding: 15px 20px 10px 20px; | ||||
| 	text-decoration: none; | ||||
| 	color: #ddc; | ||||
| 	color: #fff; | ||||
| 	background: url('../graphics/cornerStripedRight.png') no-repeat top right; | ||||
| } | ||||
| #header-inner #title a:hover{ | ||||
| #header-inner a #title-inner{ | ||||
| 	color: #d6d6c0; | ||||
| } | ||||
| #header-inner a:hover #title-inner{ | ||||
| 	color: #fff; | ||||
| } | ||||
| #content { | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| <body> | ||||
| <div id="header"> | ||||
| 	<div id="header-inner"> | ||||
| 		<div id="title"><a href="http://aclindsay.com">aclindsay.com</a></div> | ||||
| 		<div id="title"><a href="http://aclindsay.com">aclindsay<span id="title-inner">.com</span></a></div> | ||||
| 		<?php include("/home1/aclindsa/public_html/tabs.php"); ?> | ||||
| 	</div> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user