Skip to content
Snippets Groups Projects
Commit 7f573ed3 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted styles for the imagearea due to upstream changes in Boost.

parent 1736c27a
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2019-01-28 - Adjusted styles for the imagearea due to upstream changes in Boost.
* 2019-01-25 - Adjusted login.mustache template due to upstream changes in theme Boost. * 2019-01-25 - Adjusted login.mustache template due to upstream changes in theme Boost.
* 2019-01-25 - Adjusted header.mustache template due to upstream changes in theme Boost. * 2019-01-25 - Adjusted header.mustache template due to upstream changes in theme Boost.
* 2019-01-25 - Adjusted loginform.mustache template due to upstream changes in theme Boost. * 2019-01-25 - Adjusted loginform.mustache template due to upstream changes in theme Boost.
......
...@@ -791,6 +791,7 @@ a[href^="mailto"]::before { ...@@ -791,6 +791,7 @@ a[href^="mailto"]::before {
*/ */
.imagearea { .imagearea {
border-top: 1px solid #fff; border-top: 1px solid #fff;
flex-shrink: 0;
img { img {
/* If setting imageareaitemsmaxheight is not empty. */ /* If setting imageareaitemsmaxheight is not empty. */
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}} }}
<div class="imagearea d-flex justify-content-center align-self-center flex-wrap pb-3 bg-dark"> <div class="imagearea d-flex justify-content-center flex-wrap pb-3 bg-dark">
{{#imageareafiles}} {{#imageareafiles}}
{{#linkpath}}<a href="{{linkpath}}">{{/linkpath}}<img src="{{filepath}}" class="mt-3">{{#linkpath}}</a>{{/linkpath}} {{#linkpath}}<a href="{{linkpath}}">{{/linkpath}}<img src="{{filepath}}" class="mt-3">{{#linkpath}}</a>{{/linkpath}}
{{/imageareafiles}} {{/imageareafiles}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment