From 044b5a7af212f117a4624965231116507cec8bf8 Mon Sep 17 00:00:00 2001
From: Juanjo Menent <jmenent@2byte.es>
Date: Thu, 21 Jul 2011 09:05:33 +0000
Subject: [PATCH] Fix: Display issues

---
 htdocs/theme/bureau2crea/style.css.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 95d421f28c6..6d9f27d592d 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -23,7 +23,7 @@
 /**
  *		\file       htdocs/theme/bureau2crea/style.css.php
  *		\brief      Fichier de style CSS du theme bureau2crea
- *		\version    $Id: style.css.php,v 1.39 2011/07/21 01:20:32 eldy Exp $
+ *		\version    $Id: style.css.php,v 1.40 2011/07/21 09:05:33 simnandez Exp $
  */
 
 //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
@@ -1217,6 +1217,7 @@ margin: 0px 0px 0px 0px;
 table.border {
 border: 2px solid #666666;
 border-collapse: collapse;
+clear: left;
 }
 
 table.border td {
-- 
GitLab