comparison core/themes/stable/css/node/node.module.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
18 (orientation: landscape) and (min-device-height: 780px) { 18 (orientation: landscape) and (min-device-height: 780px) {
19 19
20 .layout-region-node-main, 20 .layout-region-node-main,
21 .layout-region-node-footer { 21 .layout-region-node-footer {
22 float: left; /* LTR */ 22 float: left; /* LTR */
23 box-sizing: border-box;
23 width: 65%; 24 width: 65%;
24 padding-right: 2em; /* LTR */ 25 padding-right: 2em; /* LTR */
25 box-sizing: border-box;
26 } 26 }
27 27
28 [dir="rtl"] .layout-region-node-main, 28 [dir="rtl"] .layout-region-node-main,
29 [dir="rtl"] .layout-region-node-footer { 29 [dir="rtl"] .layout-region-node-footer {
30 float: right; 30 float: right;
31 padding-right: 0;
31 padding-left: 2em; 32 padding-left: 2em;
32 padding-right: 0;
33 } 33 }
34 34
35 .layout-region-node-secondary { 35 .layout-region-node-secondary {
36 float: right; /* LTR */ 36 float: right; /* LTR */
37 width: 35%; 37 width: 35%;