1
1
Fork 0

[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

View file

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