Mercurial > wikked
comparison static/bootstrap/less/responsive.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 130eccd396d8 |
children |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
1 /*! | 1 /*! |
2 * Bootstrap Responsive v2.2.2 | 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 * |
10 | 10 |
11 | 11 |
12 // Responsive.less | 12 // Responsive.less |
13 // For phone and tablet devices | 13 // For phone and tablet devices |
14 // ------------------------------------------------------------- | 14 // ------------------------------------------------------------- |
15 | |
16 | |
17 // IE10 Metro responsive | |
18 // Required for Windows 8 Metro split-screen snapping with IE10 | |
19 // Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ | |
20 | |
21 @-ms-viewport{ | |
22 width: device-width; | |
23 } | |
24 | 15 |
25 | 16 |
26 // REPEAT VARIABLES & MIXINS | 17 // REPEAT VARIABLES & MIXINS |
27 // ------------------------- | 18 // ------------------------- |
28 // Required since we compile the responsive stuff separately | 19 // Required since we compile the responsive stuff separately |