Skip to content

Commit

Permalink
Delete css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Bazykin committed Feb 19, 2017
1 parent f8098d5 commit c60f2a6
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions ckan/public/base/less/group.less
Expand Up @@ -35,28 +35,3 @@
max-width: 85px;
}
}

.group-org-members {
@media (min-width: 320px) and (max-width: 479px) {
.col-user {
width: 43%;
}
.col-role {
width: 31%;
}
.col-actions {
width: 36%;
}
}
@media (min-width: 480px) {
.col-user {
width: 55%;
}
.col-role {
width: 25%;
}
.col-actions {
width: 20%;
}
}
}

0 comments on commit c60f2a6

Please sign in to comment.