JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new (pastable) code for cms images
[wfpl-cms.git] / style.less
index cbe6a27..f51cec5 100644 (file)
@@ -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;
 }