Fixes 2017 gallery styles

Image did not resize.
This commit is contained in:
Mike Jolley 2018-05-31 10:33:56 +01:00
parent 56e35ba033
commit 40f2d62149
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -413,8 +413,8 @@ table.variations {
.flex-control-thumbs {
li {
list-style: none;
float: left;
cursor: pointer;
float: left;
}
img {
@ -429,6 +429,8 @@ table.variations {
img {
display: block;
width: 100%;
height: auto;
}
}