aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-11 21:49:37 -0700
committerMark Otto <[email protected]>2011-10-11 21:49:37 -0700
commit12af75eef48a61357a3ab8714fa53b231ebfe40b (patch)
tree2a801a55d543ba65a06a4a3cc225374177e0c89f /bootstrap.css
parentb8a4921b5794f11c24100e2701f0df228d607698 (diff)
downloadbootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.tar.xz
bootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.zip
updated pills to include vertical (stacked) variation in patterns and documentation
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 7eec0a760..a6ef27570 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Oct 10 19:37:09 PDT 2011
+ * Date: Tue Oct 11 21:49:21 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1706,6 +1706,9 @@ a.menu:after, .dropdown-toggle:after {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
background-color: #0069d6;
}
+.pills-vertical > li {
+ float: none;
+}
.tab-content, .pill-content {
clear: both;
}