Index: themes/bartik/css/style-rtl.css =================================================================== RCS file: /cvs/drupal/drupal/themes/bartik/css/style-rtl.css,v retrieving revision 1.4 diff -u -r1.4 style-rtl.css --- themes/bartik/css/style-rtl.css 22 Aug 2010 14:03:57 -0000 1.4 +++ themes/bartik/css/style-rtl.css 29 Aug 2010 22:17:59 -0000 @@ -269,3 +269,10 @@ right: -20px; left: 0; } + +/* ----------------- Image fields ----------------- */ + +.node .field-type-image { + float: left; + margin: 0.5em 1em 1em 0; +} Index: themes/bartik/css/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v retrieving revision 1.5 diff -u -r1.5 style.css --- themes/bartik/css/style.css 22 Aug 2010 14:03:57 -0000 1.5 +++ themes/bartik/css/style.css 29 Aug 2010 22:17:59 -0000 @@ -501,9 +501,26 @@ color: #68696b; font-size: 80%; } -#block-system-main .field-type-image img, -#block-system-main .user-picture img { - margin: 0 0 1em; + +/* ----------------- Image fields ----------------- */ + +.node .field-type-image { + float: right; /* LTR */ + margin: 0.5em 0 1em 1em; /* LTR */ +} +.node .field-type-image img { + display: block; + padding: 0 0 10px 0; +} +.node .field-type-image.field-label-above { + margin-top: 0; +} +.node .field-type-image .field-label { + margin-bottom: 0.5em; +} +.node .field-type-image.field-label-inline .field-label { + margin-bottom: 0; + line-height: 1; } /* ----------------- Comments ----------------- */