* fixed the spacing between the logo and the nightmode button
* used tabs like the rest of the file
* fixed the nightmode switcher, broke everything else
* Navbar styling no longer dependent on bugs
* fixed issues when logged in
* added icelandic translations
* Missed one
* Fixed typos
* Update is-is.all.json
Creating some new words on the spot for completeness
* Add T field to template variables
* Remove languages.SetTranslationFromRequest
* Add Tfunc on handlers
* Remove T and Ts from template_functions
* Update templates
Change the templates to use the local Tfunc, instead of the global one.
Also changed the signature of the fields on template_variables.go, so that
they return a template.HTML to avoid escaping problems.
* Remove unnecessary variable
* Remove useless .Table() from db usage
This is handled via TableName() already
* Optimization: omit file-list fetching for old torrents
* Use seperate tables for reports & files on sukebei
* Fix invalid pages in nav if <5 pages total
* Each selector on its own line when using multiple selectors in one rule
* Space before opening brace
* Space after : in props
* Blank line between rules
* Avoid end of line comments
* Fix S/L/D columns wasting huge amounts of space
Partially reverts 0c9cdfa8bf.
* Move last scrape below seed-bar
Also fixes the very misleading indentation
* Show category name on view page too
* Fix fucked up login page (fixes#640)
* Fix empty page on login w/o pass (fixes#634)
* Fix incorrectly colored error text in day mode
* Better readable footer in night mode
* Prepare having old uploader names on sukebei and various fixes for sukebei
* Different HTML title for sukebei
* fixed the spacing between the logo and the nightmode button
* used tabs like the rest of the file
* fixed the nightmode switcher, broke everything else
* Navbar styling no longer dependent on bugs
* fixed issues when logged in