2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
Files
bootstrap/js/tests/unit/bootstrap-tooltip.css
T
2013-01-26 21:39:05 +01:00

13 lines
125 B
CSS

.tooltip{
position: absolute;
}
.tooltip-inner{
max-width: 200px;
}
.tooltip.top .tooltip-arrow{
position: absolute;
}