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

@ -13,4 +13,4 @@
.wp-caption-text { .wp-caption-text {
text-align: center; text-align: center;
} }

View File

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