updated pills to include vertical (stacked) variation in patterns and documentation

This commit is contained in:
Mark Otto
2011-10-11 21:49:37 -07:00
parent b8a4921b57
commit 12af75eef4
4 changed files with 16 additions and 5 deletions

View File

@@ -412,6 +412,13 @@ a.menu:after,
background-color: @linkColor;
}
}
// Stacked pills
.pills-vertical {
> li {
float: none;
}
}
// For js-enabled tabbed areas
.tab-content,