mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
Minor Spacing fixes
Flagged upstream in bootstrap-sass by scss-lint
This commit is contained in:
parent
05d4932cad
commit
5ea66ba3b0
@ -38,7 +38,7 @@
|
|||||||
// Expand the right padding and account for the close button's positioning.
|
// Expand the right padding and account for the close button's positioning.
|
||||||
|
|
||||||
.alert-dismissable {
|
.alert-dismissable {
|
||||||
padding-right: (@alert-padding + 20);
|
padding-right: (@alert-padding + 20);
|
||||||
|
|
||||||
// Adjust close link position
|
// Adjust close link position
|
||||||
.close {
|
.close {
|
||||||
|
@ -28,7 +28,9 @@
|
|||||||
|
|
||||||
> .active,
|
> .active,
|
||||||
> .next,
|
> .next,
|
||||||
> .prev { display: block; }
|
> .prev {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
> .active {
|
> .active {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -39,10 +39,14 @@
|
|||||||
|
|
||||||
.input-group-lg > .form-control,
|
.input-group-lg > .form-control,
|
||||||
.input-group-lg > .input-group-addon,
|
.input-group-lg > .input-group-addon,
|
||||||
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
|
.input-group-lg > .input-group-btn > .btn {
|
||||||
|
.input-lg();
|
||||||
|
}
|
||||||
.input-group-sm > .form-control,
|
.input-group-sm > .form-control,
|
||||||
.input-group-sm > .input-group-addon,
|
.input-group-sm > .input-group-addon,
|
||||||
.input-group-sm > .input-group-btn > .btn { .input-sm(); }
|
.input-group-sm > .input-group-btn > .btn {
|
||||||
|
.input-sm();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Display as table-cell
|
// Display as table-cell
|
||||||
|
@ -162,7 +162,7 @@
|
|||||||
|
|
||||||
> li {
|
> li {
|
||||||
float: none;
|
float: none;
|
||||||
> a {
|
> a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
@ -76,10 +76,14 @@ p {
|
|||||||
|
|
||||||
// Ex: 14px base font * 85% = about 12px
|
// Ex: 14px base font * 85% = about 12px
|
||||||
small,
|
small,
|
||||||
.small { font-size: 85%; }
|
.small {
|
||||||
|
font-size: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
// Undo browser default styling
|
// Undo browser default styling
|
||||||
cite { font-style: normal; }
|
cite {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
mark,
|
mark,
|
||||||
.mark {
|
.mark {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user