diff options
| author | Mark Otto <[email protected]> | 2013-10-13 19:59:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 19:59:42 -0700 |
| commit | 44b32a30366440b2127b343fbd1990fe15e88185 (patch) | |
| tree | ab3687f5ffb1f8ef88683edde07f223e3a35bffe /dist/css/bootstrap.css | |
| parent | 7bd955318ae9aeb989e1945f0834f15523a9cc15 (diff) | |
| download | bootstrap-44b32a30366440b2127b343fbd1990fe15e88185.tar.xz bootstrap-44b32a30366440b2127b343fbd1990fe15e88185.zip | |
move .hidden to utilities; fixes #10997
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c03801299..0b327b015 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6528,6 +6528,11 @@ button.close { border: 0; } +.hidden { + display: none !important; + visibility: hidden !important; +} + .affix { position: fixed; } @@ -6536,11 +6541,6 @@ button.close { width: device-width; } -.hidden { - display: none !important; - visibility: hidden !important; -} - .visible-xs, tr.visible-xs, th.visible-xs, |
