mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00:00
Add styles for tooltip and popover examples
This commit is contained in:
parent
a1587e2629
commit
74e06cb279
1 changed files with 24 additions and 0 deletions
|
|
@ -438,6 +438,30 @@ section > ul li {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tooltips */
|
||||||
|
.bs-docs-tooltip-examples {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 0 10px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.bs-docs-tooltip-examples li {
|
||||||
|
display: inline;
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Popovers */
|
||||||
|
.bs-docs-example-popover {
|
||||||
|
padding-bottom: 24px;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
}
|
||||||
|
.bs-docs-example-popover .popover {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
width: 260px;
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Example templates
|
/* Example templates
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue