autofloat-rtl.css in AutoFloat 6.2
Same filename and directory in other branches
/** * Float images alternately in right-to-left content. */ /* Adjust the id or class if your theme uses another to target the node body.*/ .content span.autofloat-odd, #content span.autofloat-odd { float: left; margin: 5px 10px 0 0; } .content span.autofloat-even, #content span.autofloat-even { float: right; margin: 5px 0 0 10px; }
File
autofloat-rtl.cssView 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 span.autofloat-odd,
- #content span.autofloat-odd {
- float: left;
- margin: 5px 10px 0 0;
- }
-
- .content span.autofloat-even,
- #content span.autofloat-even {
- float: right;
- margin: 5px 0 0 10px;
- }