Remove remaining caption margin-top and margin-bottom

see 3d6bd4df39
This commit is contained in:
Cor van Noorloos 2015-08-05 21:30:03 +02:00
parent d02cc4fa70
commit af2d101164
2 changed files with 7 additions and 6 deletions

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
--------------------------------------------------------------*/ --------------------------------------------------------------*/