I've got a series of elements that are float: left;
on each other. Ideally I'd like to clear the float on either side of a single element with one class, without adding another to clear: left;
after the non-floated element.
Example where .one-line
should be on own line.
How I'm doing it now with two classes.
I feel like this should be able to be done without multiple classes. Any ideas?