Files
roll20-character-sheets/Swordpoint/swordpoint.css
T
svalladolid d31248526f Swordpoint Corrected Submittal
Added
- README.md file
- swordpoint.html file
- swordpoint.png file
- sheet.json file
- swordpoint.css file
2022-02-08 12:07:21 -08:00

34 lines
308 B
CSS

.charsheet {
background-color: #faf2f0;
min-width: 600px;
label {
display: inline-block;
width: 15%;
}
input {
display: inline-block;
width: 50px;
}
option {
display: inline-block;
width: 50px;
}
textarea {
max-width:70%;
max-height:10px;
}