1
0
Fork 0

Minor style changes to gallery.

This commit is contained in:
Andrew Tomaka 2011-11-06 02:40:37 -05:00
parent 4ce532cf65
commit 58761af95f
2 changed files with 18 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<div id="message" class="pagination">
<?php echo $pagination; ?>
</div>
<div id="imageContainer" style="width: 960px;margin: auto;">
<?php foreach($uploads as $upload) { ?>
@ -6,4 +8,9 @@
<img src="<?php echo base_url('/thumbs/' . $upload->id . $upload->extension); ?>" />
</div>
<?php } ?>
</div>
<div style="clear:both;"></div>
<div id="message" class="pagination">
<?php echo $pagination; ?>
</div>

View File

@ -253,6 +253,13 @@ h1{
margin-top: 25px;
box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
margin-bottom: 25px;
}
#message a {
color: #000;
font-weight: bold;
}
@ -302,4 +309,8 @@ h1{
margin: 5px;
position: relative;
text-align: center;
}
.pagination {
text-align: center;
}