Skip to content

Commit

Permalink
Merge pull request #131 from vlovgr/remove-logo-inline-styles
Browse files Browse the repository at this point in the history
Remove logo inline styles
  • Loading branch information
juanpedromoreno authored Feb 7, 2017
2 parents e6a388a + 235b2ce commit f4f8d84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/microsites/layouts/DocsLayout.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DocsLayout(config: MicrositeSettings) extends Layout(config) {
ul(id := "sidebar", cls := "sidebar-nav",
li(cls := "sidebar-brand",
a(href := "{{ site.baseurl }}/", cls := "brand",
div(cls := "brand-wrapper", style := "background:url('{{site.baseurl}}/img/sidebar_brand.png') no-repeat", span(config.identity.name))
div(cls := "brand-wrapper", span(config.identity.name))
)
),
"{% if site.data.menu.options %}",
Expand Down
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 f4f8d84

Please sign in to comment.