diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:14:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:14:52 -0400 |
| commit | 59ee84bae113dcf4ec4e3e89c9da668de4b67273 (patch) | |
| tree | 65485e4eb4234ba425af11c01598e00877328f02 /static/pichat.css | |
| parent | 40949737dbed36d1bcd0429b214ff6893a20cfa5 (diff) | |
timb member of dump city nitty gritty prod change committing committee
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/pichat.css b/static/pichat.css index cf8ffe3..92ea9fb 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -1,17 +1,18 @@ /* pichat.css */ body { - background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; margin:0; - background-repeat:repeat-x; background-position:top; overflow:hidden; } - - + #topic { + z-index: 5000; + display: inline; + background-color: white; + } #content{ z-index: 3; overflow: auto; |
