Skip to content

Commit

Permalink
Remove inline style for logo on page layout
Browse files Browse the repository at this point in the history
The inline style is not required as it's already in
the external stylesheet. It also prevents the logo
from rendering in 2x.
  • Loading branch information
Viktor Lövgren committed Feb 7, 2017
1 parent c2f4f1a commit 235b2ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/microsites/layouts/PageLayout.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class PageLayout(config: MicrositeSettings) extends Layout(config) {
a(href := "{{ site.baseurl }}/",
cls := "brand",
div(cls := "icon-wrapper",
style := "background:url('{{site.baseurl}}/img/navbar_brand.png') no-repeat",
span(config.identity.name)))),
buildCollapseMenu)),
div(cls := "jumbotron",
Expand Down

0 comments on commit 235b2ce

Please sign in to comment.