Issue #853800 by emma.maria, kattekrab, Jeff Burnz, eigentor, couturier, cafuego, dcrocks: Float image left in Bartik Articles
parent
a542a43cbc
commit
e40dff315e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue