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