mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-08 16:12:33 +00:00
First version of New World of Darkness Changeling. My first time using GitHub, be gentle!
10 lines
100 B
CSS
10 lines
100 B
CSS
input[type="text"]{
|
|
width: 120px;
|
|
}
|
|
input[type="textarea"]{
|
|
width: 120px;
|
|
}
|
|
select{
|
|
width: 120px;
|
|
}
|