0
0
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:
Mark Otto 2013-03-31 11:55:48 -07:00
commit e62f2901d0
2 changed files with 27 additions and 0 deletions

View File

@ -438,6 +438,30 @@ section > ul li {
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
-------------------------------------------------- */

View File

@ -18,6 +18,9 @@
padding: 0 5px;
color: #ccc;
}
&:last-child:after {
content: ""; // No divider after last element
}
}
> .active {
color: @grayLight;