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> <th>
{{t builds.commit}} {{t builds.commit}}
</th> </th>
<th> <th class="committer">
{{t builds.commiter}} {{t builds.commiter}}
</th> </th>
{{#if view.isPullRequestsList}} {{#if view.isPullRequestsList}}

View File

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