Format numbers to look nice, update info that is displayed on Character page

This commit is contained in:
Daniel Xie
2017-05-04 15:50:17 -05:00
parent c862969198
commit 2c53073f21
6 changed files with 133 additions and 90 deletions
+6
View File
@@ -4,10 +4,16 @@
/* Character Info */
#character-container {
position: fixed;
height: 100%;
padding-top: 10px;
padding-left: 10px;
margin-left: 10%;
width: 99%;
overflow-y: scroll;
}
#character-info {
overflow-y: scroll;
}