diff options
| author | sostler <sbostler@gmail.com> | 2010-02-28 11:34:11 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-28 11:34:11 -0500 |
| commit | ea2c2843fb794f94f42f0271e2ec45daa124afa5 (patch) | |
| tree | 6459b0ac20731ef4c33c8a688a8030bf8ce7c0ab /static/browser.css | |
| parent | 66507c7b3444ca3cdb0a90e0842ae01b91751612 (diff) | |
| parent | 6dd02a0fd44288c3d946713696a379f5eb5ed726 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'static/browser.css')
| -rwxr-xr-x | static/browser.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/browser.css b/static/browser.css index 64eab37..a0c2135 100755 --- a/static/browser.css +++ b/static/browser.css @@ -1,11 +1,10 @@ /* pichat.css */ body { - background-color:#ffffee; - background-image:url(/static/chanbg.png); + + background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; - background-position:1 10; -background-attachment:fixed; + background-position:top; margin: 0; margin:0; |
