mirror of
https://github.com/samsonjs/kwikemon.git
synced 2026-03-25 09:05:51 +00:00
15 lines
176 B
CSS
15 lines
176 B
CSS
ul#monitors {
|
|
list-style: none;
|
|
}
|
|
|
|
li.monitor {
|
|
|
|
}
|
|
|
|
#footer {
|
|
width: 80%;
|
|
margin: 0.5em auto;
|
|
padding: 0.3em 1em;
|
|
text-align: center;
|
|
border-top: solid 1px #aaa;
|
|
}
|