mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
23 lines
173 B
CSS
23 lines
173 B
CSS
.jobs
|
|
{
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.jobsColumn
|
|
{
|
|
float: left;
|
|
width: 200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.commandPosition
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.otherPosition
|
|
{
|
|
|
|
}
|