Added generic picture support with best fit option

This commit is contained in:
m0qui 2017-03-20 09:02:41 +01:00
parent df6a50ad7b
commit 4bee0d69d3
7 changed files with 131 additions and 5 deletions

View file

@ -52,6 +52,18 @@ h6 {
width: 33%;
}
.fullwidth {
width: 100%;
}
.bestfit {
padding: 0;
display: block;
margin: 0 auto;
max-width: 100%;
max-height: 100%;
}
.keylist {
border: inset lightgrey;
background-color: white;