Added generic picture support with best fit option
This commit is contained in:
parent
df6a50ad7b
commit
4bee0d69d3
7 changed files with 131 additions and 5 deletions
12
sahli.css
12
sahli.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue