diff --git a/core/themes/bartik/css/components/content.css b/core/themes/bartik/css/components/content.css index 6a672dd..c5dd841 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: 520px) { + .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; @@ -175,3 +188,5 @@ ul.links { width: 10px; display: inline-block; } + +