Skip to content

Instantly share code, notes, and snippets.

@barbwiredmedia
Created September 23, 2013 20:36
Show Gist options
  • Save barbwiredmedia/6676560 to your computer and use it in GitHub Desktop.
Save barbwiredmedia/6676560 to your computer and use it in GitHub Desktop.
Wordpress - CSS : Wordpress generated classes with styling
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0px 20px 20px 0; }
.alignright { float: right; margin: 0px 0 20px 20px; }
figure.alignnone { margin-left: 0; margin-right: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment