Look: Add style div.float

This commit is contained in:
Laurent Destailleur 2011-03-08 23:48:31 +00:00
parent c9ee7d8b97
commit a34c118be4
5 changed files with 24 additions and 1 deletions

View File

@ -160,6 +160,11 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
div.float
{
float:<?php print $left; ?>;
}
/* For dragging lines */

View File

@ -208,6 +208,11 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
div.float
{
float:<?php print $left; ?>;
}
/* For dragging lines */

View File

@ -161,7 +161,10 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
div.float
{
float:<?php print $left; ?>;
}
/* For dragging lines */

View File

@ -160,6 +160,11 @@ form
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
div.float
{
float:<?php print $left; ?>;
}
/* For dragging lines */

View File

@ -148,6 +148,11 @@ form
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
div.float
{
float:<?php print $left; ?>;
}
/* For dragging lines */