Fixed formatting issue

This commit is contained in:
Daniel Xie
2017-02-28 11:47:43 -06:00
parent 37b5152103
commit 2d40afb740
3 changed files with 26 additions and 11 deletions
+22 -10
View File
@@ -141,22 +141,34 @@
display:inline-block;
}
/* World */
#world-container li {
margin: 0 0 15px 0;
list-style-type: none;
}
/* Augmentations */
#augmentations-container {
color: #66ff33;
/* Faction Augmentations */
#faction-augmentations-container{
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 99%;
color: #66ff33;
}
/* World */
#world-container li {
margin: 0 0 15px 0;
list-style-type: none;
}
/* Augmentations */
#augmentations-container {
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 99%;
color: #66ff33;
}
.installed-augmentation {