Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
This commit is contained in:
commit
d2d51d15a2
2 changed files with 2 additions and 3 deletions
|
@ -21,8 +21,7 @@
|
||||||
|
|
||||||
|
|
||||||
#quay-logo {
|
#quay-logo {
|
||||||
width: 80px;
|
width: 100px;
|
||||||
margin-right: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#padding-container {
|
#padding-container {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
≡
|
≡
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
||||||
<img id="quay-logo" src="/static/img/black-horizontal.svg">
|
<img id="quay-logo" src="/static/img/quay-logo.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue