client/app/books/book.html
changeset 106 cb13a9009bf5
parent 98 e165f7647ae3
--- a/client/app/books/book.html	Fri May 29 13:38:24 2015 +0200
+++ b/client/app/books/book.html	Tue Jun 02 09:46:30 2015 +0200
@@ -9,7 +9,7 @@
             
         <p class="nbrObjects">{{book.slides.length}} objets</p>
         
-        <ul ui-sortable="sortableOptions" ng-model="book.slides" class="list-unstyled list-inline container-fluid gallery ">
+        <ul ui-sortable="sortableOptions" ng-model="book.slides" class="list-inline container-fluid gallery ">
         
             <li class="item" ng-class="{'no-img': !slide.details.images[0]}" ng-repeat="slide in book.slides">
                 <ng-include src="'books/galleryItem.html'"></ng-include>