summaryrefslogtreecommitdiff
path: root/template/vortex.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-22 05:34:21 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-22 05:34:21 -0400
commitb79eec492cb13420c478dae1d37538e65e31f8fa (patch)
treef6a8f6edf748c58af91ccf72ec7e64fe8e0459d2 /template/vortex.st
parent8bd14cf5d2acb1e3c50b6f9e9eaa3fddc3e36b71 (diff)
sostler prod commit
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); }