Skip to content

Commit

Permalink
Added a link to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
chayner committed May 9, 2010
1 parent 7d8bd9b commit 194f5fc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wearenashville/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="content">
<h1>We Are Nashville</h1>
<h1><a href="./">We Are Nashville</a></h1>
<ul id="we-are-nashville">
<li>We are people in need</li>
<li>We are neighbors who care</li>
Expand Down
2 changes: 1 addition & 1 deletion wearenashville/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="content">
<h1>We Are Nashville</h1>
<h1><a href="./">We Are Nashville</a></h1>
<ul id="we-are-nashville">
<li>We are people in need</li>
<li>We are neighbors who care</li>
Expand Down
22 changes: 20 additions & 2 deletions wearenashville/wearenashville.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* @override http://localhost/themes/wearenashville/wearenashville.css */
/* @override
http://localhost/themes/wearenashville/wearenashville.css
http://localhost/symfony/Donate-Nashville/wearenashville/wearenashville.css
*/

body {
background: #000 url(images/bg.jpg) no-repeat center top;
Expand All @@ -15,7 +18,22 @@ body {
position: relative;
}

#content h1,
#content h1 {
margin: 0;
position: absolute;
top: 70px;
z-index: 50;
left: 100px;
}

#content h1 a {
display: block;
width: 760px;
height: 230px;
text-indent: -9999em;
}


#content #we-are-nashville {
margin: 0;
display: none;
Expand Down

0 comments on commit 194f5fc

Please sign in to comment.