Merge pull request #3088 from quay/joseph.schorr/QUAY-940/url-join-libn

Change to using a lib to build URLs
This commit is contained in:
Joseph Schorr 2018-05-22 14:05:21 -04:00 committed by GitHub
commit 2e403633b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 85 additions and 318 deletions

View file

@ -13,16 +13,6 @@
}
}
.repo-search {
display: none;
}
@media (min-width: 1200px) {
.repo-search {
display: inline-block;
}
}
.announcement a {
color: lightblue;
}