mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 03:53:44 +00:00
inline-block on labels now instead of inline
This commit is contained in:
parent
6f2e9d8111
commit
2ade44a9ca
7 changed files with 8 additions and 8 deletions
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
|
|
@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline;
|
display: inline-block;
|
||||||
padding: .15em .4em;
|
padding: .25em .4em;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
|
||||||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
4
docs/dist/css/bootstrap.css
vendored
4
docs/dist/css/bootstrap.css
vendored
|
|
@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline;
|
display: inline-block;
|
||||||
padding: .15em .4em;
|
padding: .25em .4em;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
|
||||||
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -3,8 +3,8 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline;
|
display: inline-block;
|
||||||
padding: .15em .4em;
|
padding: .25em .4em;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue