Removed some console.log statements. Fixed bug with displaying Factions Content

This commit is contained in:
Daniel Xie
2017-05-04 14:29:50 -05:00
parent 219373e48e
commit 8917284f27
5 changed files with 22 additions and 31 deletions
+2 -2
View File
@@ -172,7 +172,7 @@
#purchase-augmentation-box-content {
background-color: black;
margin: 15% auto; /* 15% from the top and centered */
padding: 1px;
padding: 8px;
border: 5px solid #FFFFFF;
width: 80%; /* Could be more or less, depending on screen size */
color: #66ff33;
@@ -184,7 +184,7 @@
float: right;
font-size: 16px;
font-weight: bold;
padding: 2px;
padding: 4px;
margin: 6px;
border: 1px solid white;
}