0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 03:09:02 +02:00
synapse/jsfiddles/create_room_send_msg/demo.css
2014-08-19 17:34:38 +01:00

18 lines
136 B
CSS

.loggedin {
visibility: hidden;
}
p {
font-family: monospace;
}
table
{
border-spacing:5px;
}
th,td
{
padding:5px;
}