mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-27 22:52:36 +00:00
26 lines
No EOL
246 B
CSS
26 lines
No EOL
246 B
CSS
|
|
#gathers {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#chatroom {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.add-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#chatmessages {
|
|
max-height: 70%;
|
|
min-height: 70%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.signin {
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
.gatherer-table {
|
|
padding: 20px;
|
|
} |