1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 12:11:49 +02:00

Hook up all the new pages to version selector

This commit is contained in:
Gruetzig
2023-04-06 21:17:49 -07:00
committed by lifehackerhansol
parent 7b85b4d444
commit 40110bdc5a
6 changed files with 75 additions and 11 deletions

View File

@@ -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;
}