Wrong CSS file

This commit is contained in:
Joseph Schorr 2015-04-21 15:48:37 -04:00
parent ab460f97d6
commit 738c3efc4d
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +0,0 @@
@media (max-width: 767px) {
.repository-view .repo-star {
position: absolute;
top: 16px;
left: 0px;
}
}

View file

@ -48,3 +48,11 @@
.repository-view .tag-span {
white-space: nowrap;
}
@media (max-width: 767px) {
.repository-view .repo-star {
position: absolute;
top: 16px;
left: -16px;
}
}