Skip to content
Snippets Groups Projects
Commit e40dff31 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #853800 by emma.maria, kattekrab, Jeff Burnz, eigentor, couturier,...

Issue #853800 by emma.maria, kattekrab, Jeff Burnz, eigentor, couturier, cafuego, dcrocks: Float image left in Bartik Articles
parent a542a43c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment