~ubuntu-branches/ubuntu/saucy/fonts-font-awesome/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/assets/less/twbs-222/responsive-1200px-min.less

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2013-04-08 00:34:25 UTC
  • Revision ID: package-import@ubuntu.com-20130408003425-hsmm3w17jtim9el6
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}