From b42b1502e9c1eaff6ba44e2d64acd1496583d160 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Wed, 28 Apr 2010 04:46:10 +0000 Subject: [PATCH] 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: http://svn.automattic.com/wordpress/trunk@14269 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 2ba6e7c4b0..96800cf8d7 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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;