0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

This commit is contained in:
Mark Otto 2013-03-31 11:58:08 -07:00
commit 42b6934930
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;