c3d2 style: min-width 1024px

This commit is contained in:
Astro 2011-11-16 01:42:43 +01:00
parent 2ea908f342
commit 05f235b6ee
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ body {
font: 0.8em Verdana, Arial, sans-serif;
background-image: url(../images/background.png);
text-align: center;
min-width: 1024px;
/* max-width: 1280px; margin: 0 auto; */
}
pre {