aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-23 22:34:36 -0700
committerChris Rebert <[email protected]>2013-09-23 22:34:36 -0700
commitb80f58b336cd7a4b59d704ff4c311cbf8edf5e51 (patch)
tree7ae436e58d45cd74e878d9f0540de4703071ea40 /dist/css/bootstrap.css
parent9ce142ca1296ca4b8349f474f1c044e29cc4b69f (diff)
downloadbootstrap-b80f58b336cd7a4b59d704ff4c311cbf8edf5e51.tar.xz
bootstrap-b80f58b336cd7a4b59d704ff4c311cbf8edf5e51.zip
run grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 332110246..10c417d71 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1,3 +1,10 @@
+/*!
+* Bootstrap v3.0.0 by @fat and @mdo
+* Copyright 2013 Twitter, Inc.
+* Licensed under http://www.apache.org/licenses/LICENSE-2.0
+*
+* Designed and built with all the love in the world by @mdo and @fat.
+*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
@@ -3860,6 +3867,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
border-color: #428bca;
}
+.nav .open > a .caret,
+.nav .open > a:hover .caret,
+.nav .open > a:focus .caret {
+ border-top-color: #2a6496;
+ border-bottom-color: #2a6496;
+}
+
.nav .nav-divider {
height: 1px;
margin: 9px 0;
@@ -3967,6 +3981,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
background-color: #428bca;
}
+.nav-pills > li.active > a .caret,
+.nav-pills > li.active > a:hover .caret,
+.nav-pills > li.active > a:focus .caret {
+ border-top-color: #ffffff;
+ border-bottom-color: #ffffff;
+}
+
.nav-stacked > li {
float: none;
}