Skip to content

Instantly share code, notes, and snippets.

@amitabhaghosh197
Last active September 9, 2017 19:00
Show Gist options
  • Save amitabhaghosh197/b64e7b567a918c6e8735 to your computer and use it in GitHub Desktop.
Save amitabhaghosh197/b64e7b567a918c6e8735 to your computer and use it in GitHub Desktop.
Wordpress default CSS styles must include #wordpress #css
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.bypostauthor {
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.gallery-caption {
}
.bypostauthor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment