summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
commit859df13e5ba9dcc693952ece60eb1d16b5388201 (patch)
tree5e4fe50ed56a8b676d006a0623fd997ac399ba88 /static/pichat.css
parentb5a74b56baed8b0ad2eed96857ba99ebcb041dca (diff)
parentf6ec036fd3614cdefe43535a8410e0b5455ae2ea (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css9
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;