diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/javascripts/environments/app.js | 2 | ||||
| -rw-r--r-- | assets/stylesheets/css.css | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/assets/javascripts/environments/app.js b/assets/javascripts/environments/app.js index 27a5222..9070881 100644 --- a/assets/javascripts/environments/app.js +++ b/assets/javascripts/environments/app.js @@ -12,7 +12,7 @@ environment.init = function(){ "rotationX": 0.085, "rotationY": 0.025 }) - map && map.zoom(3.10) && map.recenter() + map && map.zoom(2.50) && map.recenter() // // intro floor, models, etc diff --git a/assets/stylesheets/css.css b/assets/stylesheets/css.css index e536b4c..e59793a 100644 --- a/assets/stylesheets/css.css +++ b/assets/stylesheets/css.css @@ -7,6 +7,8 @@ html, body { width: 100%; height: 100%; + background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(244,251,255,1) 59%, rgba(244,251,255,1) 59%, rgba(234,247,255,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(100%,rgba(234,247,255,1))); /* Chrome,Safari4+ */ } .mx-scene { z-index: 1; |
