Centered background on pAI GUIs

This commit is contained in:
Brian Cook
2014-04-27 05:22:36 -07:00
committed by ZomgPonies
parent d0fa6b4fc6
commit cd8fb70a0b
2 changed files with 6 additions and 3 deletions
@@ -117,8 +117,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:no-repeat;
background-repeat:x-repeat;
background-color:#272727;
background-position:center top;
}
table {
border-collapse:collapse;
@@ -246,8 +247,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:no-repeat;
background-repeat:x-repeat;
background-color:#272727;
background-position:center top;
}
table {
font-size:13px;