Skip to content

Commit

Permalink
(less) Merge branch 'master' of github.com:twbs/bootstrap
Browse files Browse the repository at this point in the history
Conflicts:
	dist/css/bootstrap.min.css
  • Loading branch information
mdo committed Sep 11, 2013
2 parents 4ecf502 + dfa6459 commit 499c2e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
10 changes: 0 additions & 10 deletions bootstrap.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/

// Core variables and mixins
@import "variables.less";
@import "mixins.less";
Expand Down
2 changes: 1 addition & 1 deletion carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
// Scale up the controls a smidge
.carousel-control {
.glyphicons-chevron-left,
.glyphicons-chevron-right
.glyphicons-chevron-right,
.icon-prev,
.icon-next {
width: 30px;
Expand Down
4 changes: 3 additions & 1 deletion code.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

// Inline and block code styles
code,
pre {
kdb,
pre,
samp {
font-family: @font-family-monospace;
}

Expand Down
2 changes: 1 addition & 1 deletion forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ input[type="checkbox"],
}

// Only right align form labels here when the columns stop stacking
@media (min-width: @screen-sm) {
@media (min-width: @screen-sm-min) {
.control-label {
text-align: right;
}
Expand Down
1 change: 0 additions & 1 deletion type.less
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ blockquote:after {

// Addresses
address {
display: block;
margin-bottom: @line-height-computed;
font-style: normal;
line-height: @line-height-base;
Expand Down

0 comments on commit 499c2e5

Please sign in to comment.