diff 3rdparty/bootstrap/less/layouts.less @ 4854:c109f7c1e477

Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
author Pradip Caulagi <caulagi@gmail.com>
date Thu, 30 Jan 2014 14:50:57 +0530
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/bootstrap/less/layouts.less	Thu Jan 30 14:50:57 2014 +0530
@@ -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

Roundup Issue Tracker: http://roundup-tracker.org/