Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui/css: fix logo paths.
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 3, 2016
1 parent 64a8d08 commit e4504f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webui/static/app/ext.css
Expand Up @@ -954,7 +954,7 @@
}

.tv-video-idle {
background-image : url(../../docresources/tvheadendlogo.png);
background-image : url(../../static/img/logobig.png);
background-repeat : no-repeat;
background-position : center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/tv.css
Expand Up @@ -101,7 +101,7 @@ body {
}

.tv-video-idle {
background-image : url(../docresources/tvheadendlogo.png);
background-image : url(../static/img/logobig.png);
}

.tv-video-loading {
Expand Down

0 comments on commit e4504f6

Please sign in to comment.