Skip to content

Commit

Permalink
styles for 25
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed May 24, 2015
1 parent f938c36 commit fb57b8c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions source/stylesheets/table-width.scss
Expand Up @@ -51,4 +51,28 @@
th:nth-child(1) { width: 20%; }
th:nth-child(2) { width: 10%; }
th:nth-child(3) { width: 50%; }
}

.table-38-15-20-X {
th:nth-child(1) { width: 38%; }
th:nth-child(2) { width: 15%; }
th:nth-child(3) { width: 20%; }
}

.table-34-15-20-14-X {
th:nth-child(1) { width: 34%; }
th:nth-child(2) { width: 15%; }
th:nth-child(3) { width: 20%; }
th:nth-child(4) { width: 14%; }
}

.table-35-20-X {
th:nth-child(1) { width: 35%; }
th:nth-child(2) { width: 20%; }
}

.table-34-12-12-X {
th:nth-child(1) { width: 34%; }
th:nth-child(2) { width: 12%; }
th:nth-child(3) { width: 12%; }
}

0 comments on commit fb57b8c

Please sign in to comment.