@charset "UTF-8";
@if $use-split == true{
/*------------------------------------*\
$SPLIT
\*------------------------------------*/
/**
* Simple split item for creating two elements floated away from one another,
* e.g.:
*
- Burger and fries
- £5.99
- Fillet steak
- £19.99
- Ice cream
- £2.99
*
- 1st place Bob
- 2nd place Lilly
- 3rd place Ted
*
* Demo: jsfiddle.net/inuitcss/9gZW7
*
*/
.split{
text-align:right;
list-style:none;
margin-left:0;
}
.split__title{
text-align:left;
float:left;
clear:left;
}
}//endif