1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

Documentation tweaks (#28679)

* Documentation tweaks

* Remove redundant col-12 classes
This commit is contained in:
Martijn Cuppens
2019-05-08 18:58:29 +02:00
committed by XhmikosR
parent 292cb46cb9
commit a827934f13
5 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
<body>
<div class="container">
<h1>Hello, world!</h1>
<div class="col-12 mt-5">
<div class="mt-5">
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">
Tooltip on top
</button>