1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2016-02-19 13:10:46 +02:00
parent 9989966dde
commit 255e89b241
16 changed files with 24 additions and 24 deletions

View File

@@ -669,7 +669,7 @@ samp {
}
code {
padding: .2rem .4rem;
padding: 0.2rem 0.4rem;
font-size: 90%;
color: #bd4147;
background-color: #f7f7f9;
@@ -677,7 +677,7 @@ code {
}
kbd {
padding: .2rem .4rem;
padding: 0.2rem 0.4rem;
font-size: 90%;
color: #fff;
background-color: #333;
@@ -3960,8 +3960,8 @@ input[type="button"].btn-block {
.navbar-brand {
float: left;
padding-top: .25rem;
padding-bottom: .25rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
margin-right: 1rem;
font-size: 1.25rem;
}
@@ -4976,7 +4976,7 @@ base::-moz-progress-bar,
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -463,7 +463,7 @@ var Button = (function ($) {
$(this._element).trigger('change');
}
$(input).trigger('focus');
input.focus();
}
} else {
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));

File diff suppressed because one or more lines are too long

View File

@@ -109,7 +109,7 @@
$(this._element).trigger('change');
}
$(input).trigger('focus');
input.focus();
}
} else {
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));