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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -97,6 +97,19 @@ h1#page-title { ...@@ -97,6 +97,19 @@ h1#page-title {
margin-right: 236px; margin-right: 236px;
margin-left: 0; 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-type-image img,
.field-name-field-user-picture img { .field-name-field-user-picture img {
margin: 0 0 1em; 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