Skip to content

Commit

Permalink
Merge pull request #2518 from thinkbulecount2/i4705_cover_image_fix
Browse files Browse the repository at this point in the history
pkp/pkp-lib#4705 Put code back to fix cover image issue
  • Loading branch information
NateWr authored Oct 25, 2019
2 parents 8d7b2e8 + 8da4c72 commit 280c27e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/themes/default/styles/objects/issue_toc.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
.pkp_helpers_clear;
}

.cover {
float: left;
width: 25%;
height: auto;
max-height: none;
margin-right: @double;
}

.galleys,
.section {
position: relative;
Expand Down Expand Up @@ -123,5 +131,14 @@
.section {
margin: @triple -@triple;
}

.cover {
margin-right: @triple;
margin-bottom: @triple;

img {
max-height: none;
}
}
}
}

0 comments on commit 280c27e

Please sign in to comment.