mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +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
|
|
{
|
|
|
|
}
|