Skip to content
Snippets Groups Projects
Commit 4fef7db1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #2365653 by emma.maria, stefan.korn: CSS definition for one sidebar and...

Issue #2365653 by emma.maria, stefan.korn: CSS definition for one sidebar and 560 to 850 px not correct
parent 98090840
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
......@@ -100,14 +100,14 @@ body,
[dir="rtl"] #sidebar-second {
margin-right: 50%;
}
.one-sidebar #sidebar-first,
.one-sidebar #sidebar-second {
.layout-one-sidebar #sidebar-first,
.layout-one-sidebar #sidebar-second {
width: 100%;
}
.one-sidebar #sidebar-second {
.layout-one-sidebar #sidebar-second {
margin-left: 0; /* LTR */
}
[dir="rtl"] .one-sidebar #sidebar-second {
[dir="rtl"] .layout-one-sidebar #sidebar-second {
margin-right: 0;
}
.region-triptych-first,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment