From e60bd7b3e5724ace09e1c2e8d09a25a0a8ee5062 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 19 Feb 2012 11:19:55 -0800 Subject: [PATCH] fix photoset positioning --- .../javascripts/app/templates/multi-photo.handlebars | 12 +++++++----- public/stylesheets/sass/new-templates.scss | 5 +++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/public/javascripts/app/templates/multi-photo.handlebars b/public/javascripts/app/templates/multi-photo.handlebars index 843e0540a..49a4c781a 100644 --- a/public/javascripts/app/templates/multi-photo.handlebars +++ b/public/javascripts/app/templates/multi-photo.handlebars @@ -3,9 +3,11 @@ {{text}} - {{#each photos}} -
- -
- {{/each}} +
+ {{#each photos}} +
+ +
+ {{/each}} +
diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index d1be90563..96e30fd33 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -64,6 +64,11 @@ $light-grey: #999; } } +.photoset { + @include center(horizontal); + width: 100%; +} + .note { width: 550px;