Mercurial > wikked
comparison static/bootstrap/less/responsive-1200px-min.less @ 61:130eccd396d8
Now using Boostrap with LESS.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 06 Feb 2013 08:22:31 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
60:8250c977bc50 | 61:130eccd396d8 |
---|---|
1 // | |
2 // Responsive: Large desktop and up | |
3 // -------------------------------------------------- | |
4 | |
5 | |
6 @media (min-width: 1200px) { | |
7 | |
8 // Fixed grid | |
9 #grid > .core(@gridColumnWidth1200, @gridGutterWidth1200); | |
10 | |
11 // Fluid grid | |
12 #grid > .fluid(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200); | |
13 | |
14 // Input grid | |
15 #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200); | |
16 | |
17 // Thumbnails | |
18 .thumbnails { | |
19 margin-left: -@gridGutterWidth1200; | |
20 } | |
21 .thumbnails > li { | |
22 margin-left: @gridGutterWidth1200; | |
23 } | |
24 .row-fluid .thumbnails { | |
25 margin-left: 0; | |
26 } | |
27 | |
28 } |