mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
add line-height
This commit is contained in:
parent
4582eb704f
commit
4bbbf774a4
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@ -2104,12 +2104,14 @@ input[type="button"].btn-block {
|
|||||||
.input-group-addon.input-small {
|
.input-group-addon.input-small {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.5;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-addon.input-large {
|
.input-group-addon.input-large {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: 1.33;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3318,7 +3320,7 @@ button.close {
|
|||||||
.pagination > li > a,
|
.pagination > li > a,
|
||||||
.pagination > li > span {
|
.pagination > li > span {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 4px 12px;
|
padding: 6px 12px;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
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
@ -59,11 +59,13 @@
|
|||||||
padding: @padding-small-vertical @padding-small-horizontal;
|
padding: @padding-small-vertical @padding-small-horizontal;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
border-radius: @border-radius-small;
|
border-radius: @border-radius-small;
|
||||||
|
line-height: @line-height-small;
|
||||||
}
|
}
|
||||||
&.input-large {
|
&.input-large {
|
||||||
padding: @padding-large-vertical @padding-large-horizontal;
|
padding: @padding-large-vertical @padding-large-horizontal;
|
||||||
font-size: @font-size-large;
|
font-size: @font-size-large;
|
||||||
border-radius: @border-radius-large;
|
border-radius: @border-radius-large;
|
||||||
|
line-height: @line-height-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nuke default margins from checkboxes and radios to vertically center within.
|
// Nuke default margins from checkboxes and radios to vertically center within.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user