mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 19:51:08 +01:00
11 lines
113 B
CSS
11 lines
113 B
CSS
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
li:not(:last-child) {
|
|
border-bottom: 1px solid #ccc;
|
|
} |