/ Published in: PHP
Expand |
Embed | Plain Text
function checklist($atts, $content = null) { return ' <div class="checklist">'.$content.'</div> '; } add_shortcode('checklist', 'checklist') .checklist ul { margin-left:50px; list-style:none!important } .checklist ul li{ padding:5px 5px 5px 30px; background:#fff url(images/check.png) no-repeat center left }
You need to login to post a comment.
