1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 21:39:08 +02:00

Fixes #14439: Add static tooltip example to docs

This commit is contained in:
Mark Otto
2014-08-27 23:33:03 -07:00
parent 0ec05da0ee
commit 72ddad6fc8
2 changed files with 35 additions and 0 deletions

View File

@@ -1102,6 +1102,12 @@ h1[id] {
margin-top: 5px;
margin-bottom: 5px;
}
.bs-example-tooltip .tooltip {
position: relative;
display: inline-block;
margin: 10px 20px;
opacity: 1;
}
/* Popovers */
.bs-example-popover {