View file application/libraries/Scaffold/mixins/layout/float.css

File size: 220B
/**
* Float
*
* Floats and element, while applying the IE
* fix to the float to prevent the double-margin bug
*
* @type Mixin
* @param $side The direction of the float
*/
=float($side)
{
	float:$side;
	display:inline;
}