Skip to content

Commit

Permalink
Fixed the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjsellers committed Jan 19, 2011
1 parent 6b76011 commit c6bebb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ <h2 id="getting-started">

</div>
</div>
</div>

<div id="footer">
<div class="spacer"></div>
</div>
<div id="credits">
<p>HerbGobbler icon and logo designed by <a href="http://www.linkedin.com/pub/nghia-le/4/83/445">Nghia Le</a> and donated by <a href="http://greenbeanfx.com/">GreenBeanFX</a></p>
</div>
</div>
<a href="https://github.com/douglasjsellers/herbgobbler" id="github">
<img alt="Fork me on GitHub" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
</a>
Expand Down
6 changes: 5 additions & 1 deletion www/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ h1 {
-moz-box-pack: justify;
padding: 8px 16px;
background-color: rgba(0, 0, 0, 0.1);
width: 100%;
position: relative;
width: 940px;
left: -100px;
margin-top: 25px;
}
/* line 94 */
Expand Down Expand Up @@ -368,6 +370,8 @@ pre {
text-align: center;
font-size: 8pt;
color: #668493;
position: relative;
left: -50px;
}
/* line 221 */
#credits p a {
Expand Down

0 comments on commit c6bebb2

Please sign in to comment.