diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-16 08:17:43 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-16 08:17:43 +0200 |
commit | 79a88fed72b5582118ce708d023ec3ad8abf0a10 (patch) | |
tree | 7ce803fab34fdeb6faa96047d8f02216887558aa | |
parent | Test placement animation (diff) | |
download | Divid-79a88fed72b5582118ce708d023ec3ad8abf0a10.tar.gz |
test placement animation
-rw-r--r-- | public/css/divanim.less | 2 | ||||
-rw-r--r-- | views/test.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/css/divanim.less b/public/css/divanim.less index fa87bba..a89dd1e 100644 --- a/public/css/divanim.less +++ b/public/css/divanim.less @@ -11,7 +11,7 @@ overflow: hidden; width: 100%; height: 100%; - background-position: center 40%; + background-position: center; background-repeat: no-repeat; background-size: cover;} #situation { diff --git a/views/test.ejs b/views/test.ejs index c2965a1..b37bac6 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -25,7 +25,7 @@ <div class="span9 content"> <section class="content"> <h1><%= title %></h1> - <div class="anim view-3D set-speed zoom-large span9"> + <div class="anim view-3D set-speed zoom-large"> <div id="scene" class="scale-stretched"> <div id="situation" class="divid"> <div id="activity1" class="orbit"> |