diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-30 06:54:23 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-30 06:54:23 -0500 |
| commit | 6f70a38294bd6a5ca24fad669d6280b4bce7b952 (patch) | |
| tree | 9f74bc3ea3c4880406718e7b1533e5b57651f693 | |
| parent | f6ff80802debe55c522ab1c4f0212022ada48ceb (diff) | |
nits
Former-commit-id: 514c4aad24803d504e1bd4a4fb8cf83fdf5c44d8
| -rw-r--r-- | www/templates/first-use.html | 4 | ||||
| -rw-r--r-- | www/templates/montage.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 81132395..bf8808c1 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -22,9 +22,9 @@ <button id="firstuse" class="button button-stable animated bounceInUp" ng-click="goToLogin()"> Let's Get Started! </button> + </center> - </div> - </center> + </div> </ion-content> diff --git a/www/templates/montage.html b/www/templates/montage.html index 91108446..51ad3d19 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -42,6 +42,7 @@ </div> </span> + <div ng-style="packMontage ? { '-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','-webkit-column-fill': 'balance', 'column-fill': 'balance'} : {'-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','display':'-webkit-flex','-webkit-flex-direction':'row','flex-direction':'row', 'flex-wrap':'wrap' }"> |
