comparison core/modules/views/css/views.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
11 /* Grid style column align. */ 11 /* Grid style column align. */
12 .views-view-grid .views-col { 12 .views-view-grid .views-col {
13 float: left; 13 float: left;
14 } 14 }
15 .views-view-grid .views-row { 15 .views-view-grid .views-row {
16 float: left;
16 clear: both; 17 clear: both;
17 float: left;
18 width: 100%; 18 width: 100%;
19 } 19 }
20 /* Provide some space between display links. */
21 .views-display-link + .views-display-link {
22 margin-left: 0.5em;
23 }