diff -aburN bilboblog.orig/admin/function.php bilboblog/admin/function.php
--- bilboblog.orig/admin/function.php	2007-12-31 15:10:16.000000000 +0100
+++ bilboblog/admin/function.php	2007-12-31 23:11:24.000000000 +0100
@@ -70,7 +70,7 @@
 
     # If we are on the home page
     if(!$admin) {
-      echo "<div class=\"post\">$content<br/>\n";
+      echo "<div class=\"post\">$content\n";
       echo '<span class="date">le '.date("d-m-Y", $liste[$i][1]).' &agrave; '.date("H:i", $liste[$i][1]).' par '.$name.'</span>'."\n";
       echo '</div><!-- fin post -->'."\n";
     # Else if we arre on the admin page
@@ -79,7 +79,7 @@
       echo '<form method="post" action="delete.php" onsubmit="return validform(this)">'."\n";
       echo '<fieldset><p class="field">'."\n";
       echo '<input type="hidden" name="num" value="'.$liste[$i][0].'"/>'."\n";
-      echo $content."<br/>\n";
+      echo $content."\n";
       echo '<span class="date">le '.date("d-m-Y", $liste[$i][1]).' &agrave; '.date("H:i", $liste[$i][1]).' par '.$name.'</span>'."\n";
       echo '<a href="#" title="Delete this post ?" ';
       echo 'onclick="if (confirm(\'You want to delete this post ?\')) {document.forms['.($i+1).'].submit();}">';
diff -aburN bilboblog.orig/themes/default/style.css bilboblog/themes/default/style.css
--- bilboblog.orig/themes/default/style.css	2007-12-31 15:23:28.000000000 +0100
+++ bilboblog/themes/default/style.css	2007-12-31 23:11:52.000000000 +0100
@@ -92,6 +92,7 @@
 }
 
 .date {
+	display: block;
 	font-size: 75%;
 	color: #808080;
 }
