mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
14 lines
158 B
CSS
14 lines
158 B
CSS
input[type=number] {
|
|
font-size: 15px;
|
|
width: 45px;
|
|
height: 30px;
|
|
}
|
|
|
|
img {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
table td {
|
|
min-width: 100px;
|
|
} |