0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

update equal-width numbering in docs (#22697)

This commit is contained in:
Mike Cooper 2017-05-27 04:06:25 +10:00 committed by Mark Otto
parent 2a833d559a
commit c8c51186f5

View File

@ -144,7 +144,7 @@ For example, here are two grid layouts that apply to every device and viewport,
1 of 2
</div>
<div class="col">
1 of 2
2 of 2
</div>
</div>
<div class="row">
@ -152,10 +152,10 @@ For example, here are two grid layouts that apply to every device and viewport,
1 of 3
</div>
<div class="col">
1 of 3
2 of 3
</div>
<div class="col">
1 of 3
3 of 3
</div>
</div>
</div>