summary refs log tree commit diff
path: root/jsfiddles/create_room_send_msg/demo.css
blob: 48a55f372d68aa0cb84cd40d2b83da39705fa139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.loggedin {
    visibility: hidden;
}

p {
    font-family: monospace;
}

table
{
    border-spacing:5px;
}

th,td
{
    padding:5px;
}