Media query to hide committer on small screens.

This commit is contained in:
Eugen Minciu 2013-01-24 16:12:28 +02:00
parent 52bc49b64c
commit b1809c0951
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<th>
{{t builds.commit}}
</th>
<th>
<th class="committer">
{{t builds.commiter}}
</th>
{{#if view.isPullRequestsList}}

View File

@ -78,3 +78,6 @@ html, body
#left .finished_at_label
display: none
@media screen and (max-width: 1310px)
table#builds .committer
display: none !important