1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

publish 3.4 docs

This commit is contained in:
Mark Otto
2018-12-13 15:57:10 -08:00
parent ea4129886a
commit 5b27630cb4
125 changed files with 55951 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
body {
height: 1200px;
}
.tooltip {
min-width: 250px;
max-width: 500px;
}
.tooltip .tooltip-inner {
min-width: 250px;
max-width: 500px;
min-height: 100px;
text-align: left;
}
.container-viewport {
position: absolute;
top: 100px;
right: 250px;
left: 250px;
height: 300px;
background-color: #eee;
}
.btn-bottom {
position: absolute;
bottom: 0;
left: 0;
}