From eac79ee222612c750dc82f6ab3d6b0388c13050a Mon Sep 17 00:00:00 2001 From: Chuu Date: Sat, 6 May 2017 06:46:07 +0200 Subject: [PATCH] Add a scaled Renchon to torrent view pages. --- css/style.css | 4 ++++ templates/view.html | 1 + 2 files changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 103cb68a..297c3234 100644 --- a/css/style.css +++ b/css/style.css @@ -30,6 +30,10 @@ div#container { div.cont-home { background: white url(/img/renchon.png) no-repeat } +div.cont-view { + background: white url(/img/renchon.png) no-repeat; + background-size: 61px; +} body { background-color: #ececec; diff --git a/templates/view.html b/templates/view.html index 7323f5cf..c8c50ab8 100644 --- a/templates/view.html +++ b/templates/view.html @@ -1,4 +1,5 @@ {{define "title"}}{{.Torrent.Name}}{{end}} +{{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .Torrent}}