17 lines
172 B
CSS
17 lines
172 B
CSS
|
#systemTime {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#systemState {
|
||
|
margin: 0 auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#systemStats {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
td.colEvents {
|
||
|
text-align: right;
|
||
|
}
|