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

« back to all changes in this revision

Viewing changes to docs/assets/less/twbs-222/layouts.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
// Layouts
 
3
// --------------------------------------------------
 
4
 
 
5
 
 
6
// Container (centered, fixed-width layouts)
 
7
.container {
 
8
  .container-fixed();
 
9
}
 
10
 
 
11
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
 
12
.container-fluid {
 
13
  padding-right: @gridGutterWidth;
 
14
  padding-left: @gridGutterWidth;
 
15
  .clearfix();
 
16
}
 
 
b'\\ No newline at end of file'