mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01: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;
|
||
|
|
}
|