diff options
| author | Mark Otto <[email protected]> | 2012-01-29 13:06:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 13:06:57 -0800 |
| commit | 48529ad01fa2a60bfc9179743dcb5379e8ff944f (patch) | |
| tree | ecfde64a6537e5b484166721c0735682aebe9fb2 /less/layouts.less | |
| parent | 059ff6bcbd48f18431ed66e4b1b2a97a9567b9f7 (diff) | |
| download | bootstrap-48529ad01fa2a60bfc9179743dcb5379e8ff944f.tar.xz bootstrap-48529ad01fa2a60bfc9179743dcb5379e8ff944f.zip | |
last minute addition of a simple fluid grid for our fluid examples; it needs work, so we're not documenting it now
Diffstat (limited to 'less/layouts.less')
| -rw-r--r-- | less/layouts.less | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/less/layouts.less b/less/layouts.less index 14435c9d1..c8d358b24 100644 --- a/less/layouts.less +++ b/less/layouts.less @@ -10,34 +10,8 @@ } // Fluid layouts (left aligned, with sidebar, min- & max-width content) -.fluid-container { - position: relative; - min-width: @siteWidth; +.container-fluid { padding-left: @gridGutterWidth; padding-right: @gridGutterWidth; .clearfix(); -} - -// Sidebars (left and right options) -.fluid-sidebar { - width: @fluidSidebarWidth; - margin: 0 20px 18px; -} -.sidebar-left { padding-left: @fluidSidebarWidth + @gridGutterWidth * 2; } -.sidebar-right { padding-right: @fluidSidebarWidth + @gridGutterWidth * 2; } - -// Float the sidebars accordingly -.sidebar-left .fluid-sidebar { - float: left; - margin-left: (@fluidSidebarWidth + @gridGutterWidth) * -1; -} -.sidebar-right .fluid-sidebar { - float: right; - margin-right: (@fluidSidebarWidth + @gridGutterWidth) * -1; -} - -// The main content area -.fluid-content { - float: left; - width: 100%; -} +}
\ No newline at end of file |
