Files
roll20-character-sheets/NWOD-Changeling/changeling.css
T
derekgillies 18c353d1cb Pull Request
First version of New World of Darkness Changeling. My first time using
GitHub, be gentle!
2014-05-09 01:24:56 -07:00

10 lines
100 B
CSS

input[type="text"]{
width: 120px;
}
input[type="textarea"]{
width: 120px;
}
select{
width: 120px;
}