diff --git a/css/style.css b/css/style.css index fb1537f6..103cb68a 100644 --- a/css/style.css +++ b/css/style.css @@ -24,7 +24,11 @@ nav#mainmenu a { div#container { padding-top: 1.25em; - background: white url(/img/renchon.png) no-repeat; + background: white; +} + +div.cont-home { + background: white url(/img/renchon.png) no-repeat } body { diff --git a/templates/home.html b/templates/home.html index fa3eb538..8e3ef6f4 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,5 @@ {{define "title"}}Home{{end}} +{{define "contclass"}}cont-home{{end}} {{define "content"}}