Skip to content

Commit

Permalink
clear:both was breaking the layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 21, 2010
1 parent 68f56eb commit eb015b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinitas/cms/views/frontpages/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<div><?php echo $this->Time->niceShort( $frontpage['Content']['created'] ); ?></div>
</div>
<div class="body">
<br/>
<?php
echo $frontpage['Content']['introduction'];
?>
Expand Down Expand Up @@ -113,7 +114,6 @@
.cms .body{
color:#535D6F;
line-height:110%;
clear:both;
}
.cms .body .stats div{
float:right;
Expand Down

0 comments on commit eb015b9

Please sign in to comment.