mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #7431 from burnsra/3.0.0-wip-fixes
Cleanup items for 3.0.0
This commit is contained in:
commit
e62f2901d0
@ -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
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
&:last-child:after {
|
||||||
|
content: ""; // No divider after last element
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> .active {
|
> .active {
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
|
Loading…
Reference in New Issue
Block a user