diff options
| author | Silumesii Maboshe <[email protected]> | 2011-11-07 09:06:13 +0200 |
|---|---|---|
| committer | Silumesii Maboshe <[email protected]> | 2011-11-07 09:06:13 +0200 |
| commit | 4af6dac20ed17c616fbbee7e68b34a37252565e0 (patch) | |
| tree | 927f27cd5a161fcc75a77ae6da64d2a304a7a924 | |
| parent | f459f826af827735f8bfea2e850dba1151b19efc (diff) | |
| download | bootstrap-4af6dac20ed17c616fbbee7e68b34a37252565e0.tar.xz bootstrap-4af6dac20ed17c616fbbee7e68b34a37252565e0.zip | |
Use 'fluid-container' instead of 'container-fluid' in the docs.
| -rw-r--r-- | docs/scaffolding.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index de50caf8d..9a04f7c36 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -242,7 +242,7 @@ </div> <pre class="prettyprint linenums"> <body> - <div class="container-fluid"> + <div class="fluid-container"> <div class="sidebar"> ... </div> |
