TorrentIndexer/static/css/result.css

12 lines
152 B
CSS
Raw Normal View History

2017-12-28 04:19:04 +01:00
table, th, td {
width: 100%;
border: 1px solid white;
}
2017-12-29 03:33:54 +01:00
td, th {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}