Skip to content

Commit

Permalink
moved footer inside #main
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 15, 2009
1 parent 8dde028 commit ecda398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
13 changes: 6 additions & 7 deletions index.html
Expand Up @@ -317,7 +317,11 @@ <h2 class="title">Lists</h2>
</div>
</div>
</div>

<div id="footer">
<div class="block">
<p>Copyright &copy; 2009 Your Site.</p>
</div>
</div>
</div>
<div id="sidebar">
<div class="block">
Expand Down Expand Up @@ -358,12 +362,7 @@ <h4>Sidebar Inner block Title</h4>
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div class="block">
<p>Copyright &copy; 2009 Your Site.</p>
</div>
</div>
</div>
<div id="box">
<h1>Web App Theme</h1>
<div class="block" id="block-login">
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/base.css
Expand Up @@ -18,7 +18,7 @@ body {
min-width: 960px;
}

#header, #wrapper, #footer {
#header, #wrapper {
padding: 0 20px;
}

Expand Down
1 change: 0 additions & 1 deletion stylesheets/themes/default/style.css
Expand Up @@ -125,7 +125,6 @@ hr {
#footer .block {
color: #FFF;
background: #262626;
width: 70%;
}

#footer .block p {
Expand Down

0 comments on commit ecda398

Please sign in to comment.