| OLD | NEW |
| 1 /*! | 1 /*! |
| 2 * Bootstrap Responsive v2.3.1 | 2 * Bootstrap Responsive v2.3.1 |
| 3 * | 3 * |
| 4 * Copyright 2012 Twitter, Inc | 4 * Copyright 2012 Twitter, Inc |
| 5 * Licensed under the Apache License v2.0 | 5 * Licensed under the Apache License v2.0 |
| 6 * http://www.apache.org/licenses/LICENSE-2.0 | 6 * http://www.apache.org/licenses/LICENSE-2.0 |
| 7 * | 7 * |
| 8 * Designed and built with all the love in the world @twitter by @mdo and @fat. | 8 * Designed and built with all the love in the world @twitter by @mdo and @fat. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 padding-left: 10px; | 1100 padding-left: 10px; |
| 1101 } | 1101 } |
| 1102 } | 1102 } |
| 1103 | 1103 |
| 1104 @media (min-width: 980px) { | 1104 @media (min-width: 980px) { |
| 1105 .nav-collapse.collapse { | 1105 .nav-collapse.collapse { |
| 1106 height: auto !important; | 1106 height: auto !important; |
| 1107 overflow: visible !important; | 1107 overflow: visible !important; |
| 1108 } | 1108 } |
| 1109 } | 1109 } |
| OLD | NEW |