mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 22:24:08 +08:00
10 lines
133 B
CSS
10 lines
133 B
CSS
.li {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
padding: 0;
|
|
min-width: 30px;
|
|
}
|
|
|
|
.current {
|
|
background: #e3edf3;
|
|
} |