]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix responsive utilities for table elements 8358/head
authorJulian Thilo <bigj95t@gmail.com>
Mon, 1 Jul 2013 19:13:57 +0000 (21:13 +0200)
committerJulian Thilo <bigj95t@gmail.com>
Mon, 1 Jul 2013 19:13:57 +0000 (21:13 +0200)
commitfea69df80c3d304868d816a85a8b027b40a13f3d
tree73b7c1eb9963e9aed3e3cba55a2d7d152681cfaf
parent534eac52428ca6201ee60e28de2a7a5e949f2144
Fix responsive utilities for table elements

This change prevents situations where specificity causes some rules to
be overridden by the ones intended for mobile.
* Added mixin `responsive-invisibility()`
* Swapped out `display: none !important;` for new mixin
docs/assets/css/bootstrap.css
less/mixins.less
less/responsive-utilities.less