mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 06:23:41 +00:00
14 lines
269 B
Diff
14 lines
269 B
Diff
|
1c1,6
|
||
|
< body { background: #fff; color: #000; margin: 10px; padding: 0; }
|
||
|
---
|
||
|
> body {
|
||
|
> background: #FFFFFF url('/scrapy/chrome/site/main-bg.jpg') repeat-x left top;
|
||
|
> color: #000;
|
||
|
> margin: 10px;
|
||
|
> padding: 0;
|
||
|
> }
|
||
|
113a119,121
|
||
|
> #header {
|
||
|
> margin-top: 42px;
|
||
|
> }
|