From b5454e986c8ec8ed4f2ee899f3a35c75628e9924 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 18 Nov 2011 03:02:48 -0500 Subject: [PATCH] make it easy to float cms images right next to eachother --- style.less | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.7.10.4