make sidebar bigger

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40575
This commit is contained in:
Ismael Carnales 2008-12-29 18:28:40 +00:00
parent 2f2c5cf19d
commit d619a11f88
1 changed files with 3 additions and 3 deletions

View File

@ -64,15 +64,15 @@ p { line-height:1.5em; }
#content-wrapper {
width: 100%;
float: left;
margin-right: -250px;
margin-right: -300px;
}
#content {
margin: 0 270px 0 20px;
margin: 0 320px 0 20px;
}
#sidebar {
width: 250px;
width: 300px;
float: right;
}