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> </tbody>
</table> </table>
<?php } else { ?> <?php } else { ?>
<p>There have been no pastes :(</p> <p class="clear">There have been no pastes :(</p>
<?php }?> <?php }?>
<?php echo $pages; ?> <?php echo $pages; ?>
<div class="spacer"></div> <div class="spacer"></div>

View File

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