autofloat-rtl.css |
autofloat-rtl.css |
|
/**
* 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 5px 0 0;
}
.content… |
autofloat.admin.inc |
autofloat.admin.inc |
|
The admin settings for the AutoFloat module. |
autofloat.css |
autofloat.css |
|
/**
* Float images found in the body text alternately right and left.
*/
/* Adjust the id or class if your theme uses another to target the node body.*/
.content span.autofloat-odd,
#content span.autofloat-odd {
float: right; /* LTR */
margin:… |
autofloat.info |
autofloat.info |
|
name = AutoFloat
description = A text format filter that wraps images in a span with odd/even classes to make them float alternately left and right.
core = 7.x
configure = admin/config/content/autofloat |
autofloat.install |
autofloat.install |
|
Sets post-install messages and deletes variables when uninstalled. |
autofloat.module |
autofloat.module |
|
Autofloat module: A filter that floats images left and right automatically. |
CHANGELOG.txt |
CHANGELOG.txt |
|
#1676038#comment-6474406 by klausi:
Added a section "Related projects" to the project page, linking to the Float
filter module.
autofloat_install(): no user provided input is involved here, removed
filter_xss_admin().
… |
README.txt |
README.txt |
|
Name: AutoFloat (autofloat)
Author: Martin Postma ('lolandese', http://drupal.org/user/210402)
Drupal: 7.x
-- SUMMARY --
A text format filter that wraps images in a span with odd/even classes to make
them float alternately left and… |