Skip to content

Commit

Permalink
Make collection items clear each other, even without a description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 24, 2017
1 parent 10ddaf6 commit 7bf7da9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,11 @@ div.record h2 {
@include leader(0);
}

#collection-items h3,
.view-items-link {
clear: both;
}

/* @end */

/* @group ----- Simple Pages ----- */
Expand Down
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,11 @@ th {
margin-top: 0em;
}

#collection-items h3,
.view-items-link {
clear: both;
}

/* @end */
/* @group ----- Simple Pages ----- */
.page #primary {
Expand Down

0 comments on commit 7bf7da9

Please sign in to comment.