fix photoset positioning

This commit is contained in:
danielgrippi 2012-02-19 11:19:55 -08:00
parent c0eeb7680b
commit e60bd7b3e5
2 changed files with 12 additions and 5 deletions

View file

@ -3,9 +3,11 @@
{{text}} {{text}}
</h3> </h3>
{{#each photos}} <div class="photoset">
<div class="img-bounding-box"> {{#each photos}}
<img src="{{sizes.large}}" /> <div class="img-bounding-box">
</div> <img src="{{sizes.large}}" />
{{/each}} </div>
{{/each}}
</div>
</div> </div>

View file

@ -64,6 +64,11 @@ $light-grey: #999;
} }
} }
.photoset {
@include center(horizontal);
width: 100%;
}
.note { .note {
width: 550px; width: 550px;