mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:26:19 +08:00
15 lines
203 B
CSS
15 lines
203 B
CSS
.root {
|
|
list-style: none;
|
|
border-bottom: solid 1px #D8D8D8;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.rootSub {
|
|
list-style: none;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-bottom: solid 2px #eee;
|
|
}
|