mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
18 lines
136 B
CSS
18 lines
136 B
CSS
.loggedin {
|
|
visibility: hidden;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
}
|
|
|
|
table
|
|
{
|
|
border-spacing:5px;
|
|
}
|
|
|
|
th,td
|
|
{
|
|
padding:5px;
|
|
}
|