matrix-bot/css/organisms/RoomList.css

12 lines
124 B
CSS
Raw Normal View History

.mx_RoomList {
}
2015-06-12 15:59:33 +02:00
.mx_RoomList ul {
padding: 0px;
margin: 0px;
2015-06-12 15:59:33 +02:00
}
2015-06-17 16:46:04 +02:00
.mx_RoomList ul li {
list-style-type: none;
}