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

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

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