diff options
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; |
