Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_gh_pages/3.2.1/assets/less/bootstrap-2.3.2/layouts.less')
-rw-r--r--_gh_pages/3.2.1/assets/less/bootstrap-2.3.2/layouts.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/_gh_pages/3.2.1/assets/less/bootstrap-2.3.2/layouts.less b/_gh_pages/3.2.1/assets/less/bootstrap-2.3.2/layouts.less
new file mode 100644
index 000000000..24a206211
--- /dev/null
+++ b/_gh_pages/3.2.1/assets/less/bootstrap-2.3.2/layouts.less
@@ -0,0 +1,16 @@
+//
+// Layouts
+// --------------------------------------------------
+
+
+// Container (centered, fixed-width layouts)
+.container {
+ .container-fixed();
+}
+
+// Fluid layouts (left aligned, with sidebar, min- & max-width content)
+.container-fluid {
+ padding-right: @gridGutterWidth;
+ padding-left: @gridGutterWidth;
+ .clearfix();
+} \ No newline at end of file