From d8617f68f1afc75d964c7c99d2ff1ba0ccc45813 Mon Sep 17 00:00:00 2001 From: fen7azy Date: Mon, 23 Jun 2014 14:46:07 +0300 Subject: [PATCH] Fix torrent table on 0'kuro' style --- static/styles/kuro/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/kuro/style.css b/static/styles/kuro/style.css index 2e31ab66..6ab4404d 100644 --- a/static/styles/kuro/style.css +++ b/static/styles/kuro/style.css @@ -438,7 +438,7 @@ input.hidden { } .widethin { /* overriding the thin class on torrents.php */ - width: 95% !important; + width: 75% !important; margin: 0px auto; }