mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
25 lines
280 B
CSS
25 lines
280 B
CSS
![]() |
#mocha {
|
||
|
box-sizing: border-box;
|
||
|
float: left;
|
||
|
width: 50%;
|
||
|
margin: 0;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
#mocha-stats {
|
||
|
position: static;
|
||
|
}
|
||
|
|
||
|
#fixture {
|
||
|
width: 50%;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
|
||
|
.gridster ul {
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
.gridster li {
|
||
|
background-color: #DDD;
|
||
|
}
|