diff --git a/css/style.css b/css/style.css index 5dd91a5c..2b77aed2 100644 --- a/css/style.css +++ b/css/style.css @@ -56,6 +56,19 @@ a { text-decoration : none; } +.download-btn { + font-size: 20px; +} + +.table-borderless > tbody > tr > td, +.table-borderless > tbody > tr > th, +.table-borderless > tfoot > tr > td, +.table-borderless > tfoot > tr > th, +.table-borderless > thead > tr > td, +.table-borderless > thead > tr > th { + border: none; +} + .torrent-info .name { font-weight: bold; overflow: hidden; diff --git a/nyaa-master b/nyaa-master new file mode 100644 index 00000000..7bc6e29c Binary files /dev/null and b/nyaa-master differ diff --git a/templates/view.html b/templates/view.html index 1f05062e..53c8cd11 100644 --- a/templates/view.html +++ b/templates/view.html @@ -2,12 +2,11 @@ {{define "content"}}
{{with .Torrent}} - +
+
- - @@ -22,12 +21,12 @@ - + -
Id{{.Id}}
Name{{.Date}}
FileSizeSize {{.Filesize}}
Links + Download!