This commit is contained in:
Astro 2010-11-27 19:18:58 +01:00
parent 3d40ef4038
commit ccb433dea9
1 changed files with 3 additions and 2 deletions

View File

@ -51,9 +51,11 @@ pre {
/* -- Body -- */ /* -- Body -- */
#body { #body {
display: block; display: block;
/*float: left;*/ border: thin solid #ccc;
border-top: none;
background-color: white; background-color: white;
margin: 0 2em 0 2em; margin: 0 2em 0 2em;
background: #fff url(../images/background_bottom.png) no-repeat left bottom;
} }
/* -- Navigation -- */ /* -- Navigation -- */
@ -310,7 +312,6 @@ pre {
font-size: small; font-size: small;
border: #ccc 1px solid; border: #ccc 1px solid;
border-top: none; border-top: none;
background: #fff url(../images/background_bottom.png) no-repeat left bottom;
} }
#footer ul, #footer li { #footer ul, #footer li {