Browse Source

Fixed width for each movie

This just looks better
master
sipp11 10 years ago
parent
commit
521d496b03
  1. 3
      index.html
  2. 4
      js/app.js

3
index.html

@ -15,8 +15,7 @@
li.thumbnail {
margin-left: 10px;
margin-bottom: 10px;
min-width: 275px;
max-width: 330px;
width: 330px;
min-height: 150px;
}
li.thumbnail > img {

4
js/app.js

@ -21,8 +21,8 @@ App.ApplicationRoute = Ember.Route.extend({
}
});
// var restUrl = 'http://showtimes.everyday.in.th/api';
var restUrl = 'http://localhost:8888';
var restUrl = 'http://showtimes.everyday.in.th/api';
// var restUrl = 'http://localhost:8989';
var today = new Date();

Loading…
Cancel
Save