In Twenty Ten, remove margins from normal inline images, set vertical alignment of inline images, and apply bottom margin to alignnone class.
git-svn-id: https://develop.svn.wordpress.org/trunk@14269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
54a577c537
commit
d27efabb08
|
@ -758,9 +758,10 @@ div.menu li {
|
|||
/* Images
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
.entry-content img {
|
||||
margin: 0 0 24px 0;
|
||||
#content img {
|
||||
margin: 0;
|
||||
max-width: 640px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.alignleft,
|
||||
img.alignleft {
|
||||
|
@ -788,6 +789,9 @@ img.alignright,
|
|||
img.aligncenter {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
img.alignnone {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
#content .wp-caption {
|
||||
background: #f1f1f1;
|
||||
color: #888;
|
||||
|
|
Loading…
Reference in New Issue