forked from mirror/_s
Always give .wpcaption bottom margin. Fixes #121
This commit is contained in:
parent
1d87f246da
commit
c8f0f72d2e
|
@ -471,12 +471,8 @@ img.size-full {
|
||||||
}
|
}
|
||||||
.wp-caption {
|
.wp-caption {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
.wp-caption.aligncenter,
|
|
||||||
.wp-caption.alignleft,
|
|
||||||
.wp-caption.alignright {
|
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.wp-caption img {
|
.wp-caption img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Reference in New Issue