This commit is contained in:
Devin Buhl 2016-02-09 01:47:01 +00:00
commit b75842e8d0
2 changed files with 8 additions and 1 deletions

View file

@ -159,6 +159,9 @@ from plexpy import version
<a class="navbar-brand" href="home">
<img alt="PlexPy" src="interfaces/default/images/logo-plexpy@2x.png" height="40">
</a>
<a class="github-badge" href="https://github.com/drzoidberg33/plexpy">
<span class="fa fa-github fa-lg"></span>
</a>
</div>
<div class="collapse navbar-collapse navbar-right" id="navbar-collapse-1">
<ul class="nav navbar-nav">

View file

@ -2715,3 +2715,7 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
.selectize-input input[type='text'] {
height: 20px;
}
.github-badge {
line-height: 50px;
}