Merge pull request #802 from corvannoorloos/patch-4

Remove unnecessary margin-top and margin-bottom from caption text in order to match SCSS source file.
This commit is contained in:
sarah ✈ semark 2015-08-21 13:47:58 +01:00
commit 38ddd16ae9
2 changed files with 7 additions and 6 deletions

View File

@ -826,17 +826,18 @@ object {
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/