mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 05:08:59 +01:00
17 lines
136 B
CSS
17 lines
136 B
CSS
.loggedin {
|
|
visibility: hidden;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
}
|
|
|
|
table
|
|
{
|
|
border-spacing:5px;
|
|
}
|
|
|
|
th,td
|
|
{
|
|
padding:5px;
|
|
}
|