]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update index.html 20409/head
authorNegus <nfatah41@gmail.com>
Fri, 29 Jul 2016 16:17:06 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2016 16:17:06 +0000 (19:17 +0300)
correct visible text corresponding to number of collumns

docs/examples/grid/index.html

index e37f7649a0ea4fd10f8921db49feccac3c5e03c2..82619dc8e5fc8da0b17033e3bf6183615cb23d9e 100644 (file)
       <p></p>
       <div class="row">
         <div class="col-xs-12 col-sm-6 col-lg-8">.col-xs-12 .col-sm-6 .col-lg-8</div>
-        <div class="col-xs-6 col-lg-4">.col-xs-6 .col-lg-4</div>
+        <div class="col-sm-6 col-lg-4">.col-sm-6 .col-lg-4</div>
       </div>
       <div class="row">
         <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>