Skip to content

Commit

Permalink
run grunt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Sep 24, 2013
1 parent 9ce142c commit b80f58b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dist/css/bootstrap-theme.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.
*/
.btn-default,
.btn-primary,
.btn-success,
Expand Down
7 changes: 7 additions & 0 deletions dist/css/bootstrap-theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions 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,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down
9 changes: 8 additions & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit b80f58b

Please sign in to comment.