autofloat-rtl.css in AutoFloat 8
/**
* Float images alternately in right-to-left content.
*/
/* Adjust the id or class if your theme uses another to target the node body.*/
.content .autofloat-odd,
#content .autofloat-odd {
float: left;
margin: 5px 15px 0 0;
}
.content .autofloat-even,
#content .autofloat-even {
float: right;
margin: 5px 0 0 15px;
}
File
css/autofloat-rtl.css
View source
- /**
- * Float images alternately in right-to-left content.
- */
-
- /* Adjust the id or class if your theme uses another to target the node body.*/
- .content .autofloat-odd,
- #content .autofloat-odd {
- float: left;
- margin: 5px 15px 0 0;
- }
-
- .content .autofloat-even,
- #content .autofloat-even {
- float: right;
- margin: 5px 0 0 15px;
- }