Better padding for photo captions in the Twenty Ten theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@15154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5790295d13
commit
ec63079ab7
|
@ -823,10 +823,10 @@ div.menu li {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
#content .wp-caption img {
|
#content .wp-caption img {
|
||||||
margin: 5px;
|
margin: 5px 5px 0;
|
||||||
}
|
}
|
||||||
#content .wp-caption p.wp-caption-text {
|
#content .wp-caption p.wp-caption-text {
|
||||||
margin: 0 0 4px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
#content .wp-smiley {
|
#content .wp-smiley {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
Loading…
Reference in New Issue