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