diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 5b636caa..5b576964 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -396,6 +396,7 @@ hr.soften { width: 100%; } + /* Popover docs -------------------------------------------------- */ .popover-well { @@ -902,11 +903,6 @@ form.well { border-top-width: 0px; padding: 0; } - - /* Space out the show-grid examples */ - .row-desktop.show-grid [class*="span"] { - margin-bottom: 5px; - } } diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 88973aed..5e9a2bfb 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -67,6 +67,10 @@
{{_i}}Know those nice little alerts after you save your profile? With .page-alert the alert will be shown on top op your page.{{/i}}
+{{_i}}Get the best of both worlds with a semi-fluid layout. It acts as a fixed layout for big screens. For smaller screens, it behaves like a fluid layout.{{/i}}
+{{_i}}Get the best of both worlds with <div class="container-semifluid">. It acts as a fixed layout for big screens. For smaller screens, it behaves like a fluid layout.{{/i}}
+<div class="container-fluid"> + <div class="row-fluid"> + ... + </div> +</div>