diff --git a/plugins/themes/default/styles/objects/issue_toc.less b/plugins/themes/default/styles/objects/issue_toc.less index 9f804c075a6..9f966f99784 100644 --- a/plugins/themes/default/styles/objects/issue_toc.less +++ b/plugins/themes/default/styles/objects/issue_toc.less @@ -88,6 +88,14 @@ .pkp_helpers_clear; } + .cover { + float: left; + width: 25%; + height: auto; + max-height: none; + margin-right: @double; + } + .galleys, .section { position: relative; @@ -123,5 +131,14 @@ .section { margin: @triple -@triple; } + + .cover { + margin-right: @triple; + margin-bottom: @triple; + + img { + max-height: none; + } + } } }