fixes hiding of header image

rtd2
Bobby Grace 2010-08-28 11:57:51 -04:00
parent 1734c700ca
commit 4c42f6ebe5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ label { display: block; margin-bottom: 4px; font-weight: bold; color: #444; }
#home-header { position: absolute; top: 0; left: 0; width: 100%; background: #465158; padding: 80px 0; color: #fff; }
/* title */
.home-header-title { padding: 0 0 0 80px; background: url(../images/home-logo.png) top left no-repeat; }
.home-header-title { padding: 5px 0 5px 80px; background: url(../images/home-logo.png) 0 50% no-repeat; }
.home-header-title h1 { color: #fff; padding: 0; margin: 0; }
.home-header-title a { color: #fff; }