Merge pull request #2669 from coreos-inc/app-repo-view

Add messaging if viewing a repo via the wrong path
This commit is contained in:
josephschorr 2017-05-26 17:22:36 -04:00 committed by GitHub
commit e3445a5723
3 changed files with 28 additions and 18 deletions

View file

@ -7,6 +7,10 @@
margin-bottom: 10px;
}
.error-view-element h2 .repo-circle {
margin-right: 16px;
}
.error-view-element h3 {
font-size: 24px;
}