footer correction

This commit is contained in:
Philip Häusler 2012-12-30 18:06:20 +01:00
parent 3d2f6456e0
commit f5f698a2a5
3 changed files with 1 additions and 4 deletions

View File

@ -32,7 +32,7 @@ article, details {
} }
#body { #body {
margin: 0 5%; margin: 0 20px 20px 20px;
} }
#menu { #menu {

View File

@ -11,7 +11,6 @@ footer, footer a {
border: 1px solid #fff; border: 1px solid #fff;
border-radius: 2px; border-radius: 2px;
padding: 20px; padding: 20px;
margin: 0 20px;
} }
.content { .content {

View File

@ -40,7 +40,5 @@
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<footer>
</footer>
</body> </body>
</html> </html>