mirror of https://github.com/scrapy/scrapy.git
make sidebar bigger
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40575
This commit is contained in:
parent
2f2c5cf19d
commit
d619a11f88
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue