summaryrefslogtreecommitdiff
path: root/template/vortex.st
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-22 14:11:18 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-22 14:11:18 -0400
commit807e664aa86186f55bc54f44a2c50728a89021f9 (patch)
tree853560a61ae7076dc2035d2595a7973668db8554 /template/vortex.st
parent8955fabcc5f550eb3eb7c0a43c045e444878edff (diff)
parentb79eec492cb13420c478dae1d37538e65e31f8fa (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/vortex.st')
-rw-r--r--template/vortex.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/vortex.st b/template/vortex.st
index 4348172..f24c2ec 100644
--- a/template/vortex.st
+++ b/template/vortex.st
@@ -17,6 +17,7 @@
</script>
<style type="text/css">
+
html {
overflow: hidden;
@@ -28,7 +29,7 @@
position: absolute;
width: 100%;
height: 100%;
- background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x fixed;
+ background:#f0f9ff url(/static/img/fade-blue.png) top left repeat-x fixed;
cursor: crosshair;
}
#canvas {
@@ -37,7 +38,6 @@
top: 0%;
width: 100%;
height: 100%;
- background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x fixed;
overflow: hidden;
}
#canvas img {
@@ -71,8 +71,8 @@ padding:10px;
border-bottom-right-radius:100px;
-webkit-border-bottom-right-radius:100px;
-moz-border-radius-bottomright:100px;
- z-index:8000000;
}
+
</style>
<script type="text/javascript">
id = function(o) { return document.getElementById(o); }