Moved all stats to stats tab, implemented hit dice

This commit is contained in:
Thaum
2015-02-24 13:40:50 +00:00
parent 08f02d9b36
commit 83186ec38a
19 changed files with 249 additions and 471 deletions

View File

@@ -172,3 +172,11 @@ paper-fab-menu /deep/ .container {
.fullwidth {
width: 100%;
}
.padded {
padding: 16px;
}
.leftRound{
border-radius: 2px 0 0 2px;
}