forked from mirror/_s
parent
d02cc4fa70
commit
af2d101164
11
style.css
11
style.css
|
@ -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
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
|
Reference in New Issue