]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use mix of medium and small grid clases on dashboard example
authorMark Otto <otto@github.com>
Sun, 5 Jan 2014 21:26:15 +0000 (13:26 -0800)
committerMark Otto <otto@github.com>
Sun, 5 Jan 2014 21:26:15 +0000 (13:26 -0800)
docs/examples/dashboard/index.html

index b85e41a130b3537fe155b578e9081ac6687b292c..d066448782db133fc1d9bad78695fee16ebf8467 100644 (file)
@@ -55,7 +55,7 @@
 
     <div class="container-fluid">
       <div class="row">
-        <div class="col-sm-3 sidebar">
+        <div class="col-sm-3 col-md-2 sidebar">
           <ul class="nav nav-sidebar">
             <li class="active"><a href="#">Overview</a></li>
             <li><a href="#">Reports</a></li>
@@ -75,7 +75,7 @@
             <li><a href="">Another nav item</a></li>
           </ul>
         </div>
-        <div class="col-sm-9 col-sm-offset-3 main">
+        <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
           <h1 class="page-header">Dashboard</h1>
 
           <div class="row placeholders">