diff options
Diffstat (limited to 'template/vortex.st')
| -rw-r--r-- | template/vortex.st | 6 |
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); } |
