mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Centered background on pAI GUIs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user