From a34c118be4574c6de46f444c0884ac6b701212bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 8 Mar 2011 23:48:31 +0000 Subject: [PATCH] Look: Add style div.float --- htdocs/theme/auguria/style.css.php | 5 +++++ htdocs/theme/bureau2crea/style.css.php | 5 +++++ htdocs/theme/eldy/style.css.php | 5 ++++- htdocs/theme/freelug/style.css.php | 5 +++++ htdocs/theme/yellow/style.css.php | 5 +++++ 5 files changed, 24 insertions(+), 1 deletion(-) 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:<?php print $left; ?>; +} + /* 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:<?php print $left; ?>; +} + /* 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:<?php print $left; ?>; +} /* 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:<?php print $left; ?>; +} + /* 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:<?php print $left; ?>; +} + /* For dragging lines */ -- GitLab