mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
16 lines
174 B
CSS
16 lines
174 B
CSS
.title {
|
|
font-weight: bold;
|
|
padding: 12px 8px 0px 8px;
|
|
}
|
|
|
|
.list {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.listItem {
|
|
padding: 10px;
|
|
list-style: none;
|
|
white-space: nowrap;
|
|
}
|