From e40dff315e62d925a83eb074540df6abf79b7abb Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 7 Jan 2015 23:54:40 +0000 Subject: [PATCH] Issue #853800 by emma.maria, kattekrab, Jeff Burnz, eigentor, couturier, cafuego, dcrocks: Float image left in Bartik Articles --- core/themes/bartik/css/components/content.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/themes/bartik/css/components/content.css b/core/themes/bartik/css/components/content.css index 6a672dd576c..16653824a05 100644 --- a/core/themes/bartik/css/components/content.css +++ b/core/themes/bartik/css/components/content.css @@ -97,6 +97,19 @@ h1#page-title { margin-right: 236px; margin-left: 0; } +@media all and (min-width: 560px) { + .node .field-type-image { + float: left; /* LTR */ + margin: 0 1em 0 0; /* LTR */ + } + [dir="rtl"] .node .field-type-image { + float: right; + margin: 0 0 0 1em; + } + .node .field-type-image + .field-type-image { + clear: both; + } +} .field-type-image img, .field-name-field-user-picture img { margin: 0 0 1em;