From: Jason Woofenden Date: Fri, 14 Oct 2011 02:25:16 +0000 (-0400) Subject: fix margins on float-right from cms X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=ec61ce4d7e2c966cb85ee8c4269443f390bc62df;p=wfpl-cms.git fix margins on float-right from cms --- 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;