jmohler1970 / BS-4-CF

Bootstrap tags for Adobe ColdFusion
MIT License
2 stars 2 forks source link

<td> and <th> hidden class #6

Closed jmohler1970 closed 9 years ago

jmohler1970 commented 9 years ago

<td> and <th> need to support hidden on screen size

<b:th hidden="xs">...</b:th>

This should be space separated so that is is similar to the class that it is replacing.

<b:td hidden="xs sm">...</b:td>

jmohler1970 commented 9 years ago

Fixed