This commit is contained in:
Claude 2012-08-30 22:45:38 +02:00
parent 81119ff8e4
commit 1d5303de40
2 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</tbody>
</table>
<?php } else { ?>
<p>There have been no pastes :(</p>
<p class="clear">There have been no pastes :(</p>
<?php }?>
<?php echo $pages; ?>
<div class="spacer"></div>

View File

@ -267,6 +267,10 @@ h4 {
height: 1px;
}
.clear {
clear: both;
}
.explain {
font-size: 12px;
color: #666;