Skip to content

Commit

Permalink
Merge pull request emailmonday#25 from forsbergplustwo/patch-2
Browse files Browse the repository at this point in the history
Removing duplicate CSS declaration for data-table-th
  • Loading branch information
TedGoas committed Oct 14, 2015
2 parents d94c240 + b7626b8 commit c633b4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions template-with-media-queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
td[class="data-table-th"] {
display: none !important;
}
/* What it does: Hides table headers */
td[class="data-table-th"] {
display: none !important;
}
/* What it does: Change the look and layout of the remaining td's */
td[class="data-table-td"],
td[class="data-table-td-title"] {
Expand Down Expand Up @@ -373,4 +369,4 @@

</td></tr></table>
</body>
</html>
</html>

0 comments on commit c633b4f

Please sign in to comment.