diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 9b0d655f8b0..207fcf92f8a 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -160,6 +160,11 @@ form { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } +div.float +{ + float:; +} + /* For dragging lines */ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index adf816b8ea9..62e02cea6ca 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -208,6 +208,11 @@ form { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } +div.float +{ + float:; +} + /* For dragging lines */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c41c6dec38f..99a71757d03 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -161,7 +161,10 @@ form { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } - +div.float +{ + float:; +} /* For dragging lines */ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index d97f5d73562..5d03c535e70 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -160,6 +160,11 @@ form padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } +div.float +{ + float:; +} + /* For dragging lines */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 48ebfd7099b..a0b3d720955 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -148,6 +148,11 @@ form padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } +div.float +{ + float:; +} + /* For dragging lines */