Skip to content

Commit

Permalink
gem file update
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Nov 25, 2015
1 parent 958d6ba commit 03fc069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
sass (3.4.16)
sass (3.4.19)

PLATFORMS
ruby
Expand Down
6 changes: 3 additions & 3 deletions demo/tiler_demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ html, body {
margin: 0; }

.tiler-viewport {
float: left;
height: 50%;
width: 50%; }
height: 50vh;
width: 50vw;
float: left; }
.tiler-viewport#background {
transition-property: background-position;
transition-timing-function: linear;
Expand Down
4 changes: 2 additions & 2 deletions demo/tiler_demo.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ html, body
margin: 0

.tiler-viewport
height: 50vh
width: 50vw
float: left
height: 50%
width: 50%

&#background
transition-property: background-position
Expand Down

0 comments on commit 03fc069

Please sign in to comment.