13 lines
194 B
CSS
13 lines
194 B
CSS
.torrent-list {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.torrent-list td,
|
|
.torrent-list th {
|
|
border-bottom: 1px solid #222;
|
|
padding: 0px 6px;
|
|
}
|