diff options
| author | Mark Otto <[email protected]> | 2012-01-28 23:29:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 23:29:10 -0800 |
| commit | 5e658afb2b6fa0593bcf391d0e65071149647709 (patch) | |
| tree | e0f83ee7dc45ada618347bdea880353626182d81 /examples/container-app.html | |
| parent | 62f4a1571a3801c867b80c228464cc9c695f1d13 (diff) | |
| parent | af9de238fd335d10d5d1df079419fde9aedd3cc9 (diff) | |
| download | bootstrap-5e658afb2b6fa0593bcf391d0e65071149647709.tar.xz bootstrap-5e658afb2b6fa0593bcf391d0e65071149647709.zip | |
Merge pull request #1367 from lukeman/update-example-layouts
[2.0-wip] update example layouts
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index df0e8dba4..63261fd8e 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -25,7 +25,7 @@ text-align: center; /* center align it with the container */ } .container { - width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */ + width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 10 columns and not 12. */ } /* The white background content wrapper */ |
