Hook up all the new pages to version selector
This commit is contained in:
parent
7b85b4d444
commit
40110bdc5a
6 changed files with 75 additions and 11 deletions
|
|
@ -33,3 +33,17 @@ input:hover {
|
|||
border-radius: 10px;
|
||||
}
|
||||
|
||||
img.tableimage {
|
||||
height: 40%;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
table.modeltable {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
width: 50px;
|
||||
height: 25px;
|
||||
transition: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue