From: Jason Woofenden Date: Fri, 18 Nov 2011 08:02:48 +0000 (-0500) Subject: make it easy to float cms images right next to eachother X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=b5454e986c8ec8ed4f2ee899f3a35c75628e9924;p=wfpl-cms.git make it easy to float cms images right next to eachother --- diff --git a/style.less b/style.less index 3d32093..c0e5e63 100644 --- a/style.less +++ b/style.less @@ -130,6 +130,7 @@ div.error { span.wfpl_ifl { display: block; float: left; + clear: left; font-size: 10px; text-align: right; background-repeat: no-repeat; @@ -139,6 +140,7 @@ span.wfpl_ifl { span.wfpl_ifr { display: block; float: right; + clear: right; font-size: 10px; text-align: right; background-repeat: no-repeat;