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}}