Crime and job balancing. Fixed some formatting bugs

This commit is contained in:
danielyxie
2017-07-30 14:11:30 -05:00
parent 0fa4ccab23
commit 8b6dba561c
6 changed files with 82 additions and 73 deletions
+10 -1
View File
@@ -406,12 +406,21 @@ div.faction-clear {
clear: both;
}
#faction-container p {
#faction-container p,
#faction-container pre {
padding: 6px;
margin: 6px;
width: 70%;
}
#faction-info {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Faction Augmentations */
#faction-augmentations-container{
position: fixed;