grim/port-authority

fixed a bunch of random stuff... the none scrolling of the repo list, added a debug option, and a default title so that things aren't jumping around
@charset "UTF-8";
html {
height: 100%;
}
body {
-webkit-user-select: all;
padding: 1em 5%;
height: 100%;
}
.main {
margin: 0 auto;
width: 75%;
height: 100%;
}
.repo-list {
padding: 0;
margin: 0 1em;
height: 100%;
overflow-y: auto;
}
.repo-info {
height: 100%;
}
.tag-list {
padding: 1em 5%;
height: 100%;
overflow-y: auto;
}
.loading {
text-align: center;
font-weight: bold;
color: #000000;
}
.full-height {
height: 100%;
}
.height-90 {
height: 90%;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
display: none !important;
}
ng\:form {
display: block;
}