Last active
August 29, 2015 14:02
-
-
Save ashby/3e095237cbb582e108c1 to your computer and use it in GitHub Desktop.
CSS: WP Image Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img.alignright {float:right; margin:0 0 1em 1em} | |
img.alignleft {float:left; margin:0 1em 1em 0} | |
img.aligncenter {display: block; margin-left: auto; margin-right: auto} | |
a img.alignright {float:right; margin:0 0 1em 1em} | |
a img.alignleft {float:left; margin:0 1em 1em 0} | |
a img.aligncenter {display: block; margin-left: auto; margin-right: auto} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment