mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Dungeons the dragoning 40k 7th Edition: Default value for Level (#4733)
* Update DtD.html * Update DtD.html
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%">
|
||||
<tr style="background-color: #C0C0C0"><td width="30%"></td><td><h4>Level:</h4></td><td><input type="text" name="attr_level" style="width: 50px; border-bottom: medium solid #404040"></td><td width="30%"></td></tr>
|
||||
<tr style="background-color: #C0C0C0"><td width="30%"></td><td><h4>Level:</h4></td><td><input type="text" name="attr_level" value="1" style="width: 50px; border-bottom: medium solid #404040"></td><td width="30%"></td></tr>
|
||||
</table>
|
||||
<h4 align="center" style="background-color: #C0C0C0">Classes</h4>
|
||||
<textarea style="width: 96%; height: 200px" name="attr_classList"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user