From ec61ce4d7e2c966cb85ee8c4269443f390bc62df Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 13 Oct 2011 22:25:16 -0400 Subject: [PATCH] fix margins on float-right from cms --- style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.less b/style.less index 52e4c8b..0545b5f 100644 --- a/style.less +++ b/style.less @@ -131,7 +131,7 @@ span.wfpl_ifr { text-align: right; background-repeat: no-repeat; background-position: left top; - margin: 0 0 10px 2px; + margin: 0 0 2px 10px; } div.wfpl_ic { margin: 15px auto; -- 1.7.10.4