diff options
| author | Mark Otto <[email protected]> | 2013-08-16 14:12:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 14:12:18 -0700 |
| commit | 62083a45b7864d23231505d1c9c6bcdfab31e52a (patch) | |
| tree | 590bb8e585d5a1d1a063c7d60a78d30d9098cc10 /examples/offcanvas/index.html | |
| parent | d2e2ec0985d030fb230e0b8f133d5d97e453ac60 (diff) | |
| download | bootstrap-62083a45b7864d23231505d1c9c6bcdfab31e52a.tar.xz bootstrap-62083a45b7864d23231505d1c9c6bcdfab31e52a.zip | |
fixes #9701: fix up offcanvas example
Diffstat (limited to 'examples/offcanvas/index.html')
| -rw-r--r-- | examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index fcfe48fa8..5d6b7b813 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -82,7 +82,7 @@ </div><!--/row--> </div><!--/span--> - <div class="col-xs-12 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation"> + <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation"> <div class="well sidebar-nav"> <ul class="nav"> <li>Sidebar</li> |
