Skip to content

Commit 4af6dac

Browse files
committed
Use 'fluid-container' instead of 'container-fluid' in the docs.
1 parent f459f82 commit 4af6dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scaffolding.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h2>Fluid layout</h2>
242242
</div>
243243
<pre class="prettyprint linenums">
244244
&lt;body&gt;
245-
&lt;div class="container-fluid"&gt;
245+
&lt;div class="fluid-container"&gt;
246246
&lt;div class="sidebar"&gt;
247247
...
248248
&lt;/div&gt;

0 commit comments

Comments
 (0)