[frio] Remove frame around recent photos. (#5496) (#5499)

Also layout file properly.
This commit is contained in:
Andreas Neustifter 2018-07-25 22:21:43 +02:00 committed by Hypolite Petovan
parent e8effeb3ae
commit 830b2edc35
1 changed files with 35 additions and 38 deletions

View File

@ -1,5 +1,3 @@
<div class="generic-page-wrapper">
<div class="pull-left">
<h3 id="photo-album-title">{{$album}}</h3>
</div>
@ -36,6 +34,5 @@
<div class="photo-album-end"></div>
{{$paginate}}
</div>
<script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>