/ Published in: PHP
Some things I start with as standard in any style.css file for Wordpress.
Expand |
Embed | Plain Text
/* Default spacing for items floating left or right */ img.alignleft {margin:10px 10px 10px 0;} img.alignright {margin:10px 0px 10px 10;} .clear {clear:both;} img {border:solid 1px #ccc}
You need to login to post a comment.
