X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=f51cec562e9bc1a3919965be51283d8184e0c86f;hb=1e96693d7c35f9a92395aa023b02749f4be05917;hp=cbe6a2739eb462cc46eea0bf2d3d5185fadcd6bb;hpb=34d182fda5293ad42fc1157535080ba5a5d6d47f;p=wfpl-cms.git diff --git a/style.less b/style.less index cbe6a27..f51cec5 100644 --- a/style.less +++ b/style.less @@ -27,7 +27,7 @@ body { #centerer { position: relative; background: @nav-color; - margin: 0 auto; + margin: 13px auto; width: @site-width; -moz-box-shadow: 2px 2px 15px #777; -webkit-box-shadow: 2px 2px 15px #777; @@ -135,7 +135,9 @@ span.wfpl_ifl { float: left; font-size: 10px; text-align: right; - padding: 4px 15px 7px 0; + background-repeat: no-repeat; + background-position: left top; + margin: 0 10px 17px 0; } span.wfpl_ifr { display: block; @@ -143,17 +145,13 @@ span.wfpl_ifr { font-size: 10px; text-align: right; background-repeat: no-repeat; - background-position: top left; -} -span.float_left img, span.float_right img { - display: block; - padding-bottom: 1px; + background-position: left top; + margin: 0 0 10px 17px; } -span.float_center img { - display: inline; -} -div.mid_pic { +div.wfpl_ic { margin: 15px auto; font-size: 10px; text-align: right; + background-repeat: no-repeat; + background-position: center top; }