Created
December 1, 2016 05:05
-
-
Save sudipbd/4365fb213e1737b5f459e5f6d21edb50 to your computer and use it in GitHub Desktop.
WordPress default 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
/* wordpress default */ | |
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} | |
em{font-style: italic;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment