mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-17 20:47:29 +00:00
-Moved a couple of AI chamber turrets for better defence -Fixed toxins lab firelock git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5806 316c924e-a436-60f5-8080-3fe189b3f50e
26 lines
260 B
CSS
26 lines
260 B
CSS
.getblockstring
|
|
{
|
|
font-family: Fixed, monospace;
|
|
}
|
|
|
|
.blockString
|
|
{
|
|
width: 55px;
|
|
height: 19px;
|
|
padding: 0 8px 8px 0;
|
|
float: left;
|
|
}
|
|
|
|
.statusLabel
|
|
{
|
|
width: 128px;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.statusValue
|
|
{
|
|
float: left;
|
|
}
|
|
|