mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01:00
misc strictMath compliance fixes
This commit is contained in:
parent
9664f8da58
commit
ab29b1a335
@ -142,7 +142,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: @zindex-dropdown - 10;
|
z-index: (@zindex-dropdown - 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Right aligned dropdowns
|
// Right aligned dropdowns
|
||||||
|
@ -352,7 +352,7 @@ input[type="checkbox"],
|
|||||||
// and other content below items
|
// and other content below items
|
||||||
.radio,
|
.radio,
|
||||||
.checkbox {
|
.checkbox {
|
||||||
min-height: @line-height-computed + (@padding-base-vertical + 1);
|
min-height: (@line-height-computed + (@padding-base-vertical + 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make form groups behave like rows
|
// Make form groups behave like rows
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
.panel-heading {
|
.panel-heading {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
.border-top-radius(@panel-border-radius - 1);
|
.border-top-radius((@panel-border-radius - 1));
|
||||||
|
|
||||||
> .dropdown .dropdown-toggle {
|
> .dropdown .dropdown-toggle {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@ -126,7 +126,7 @@
|
|||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
background-color: @panel-footer-bg;
|
background-color: @panel-footer-bg;
|
||||||
border-top: 1px solid @panel-inner-border;
|
border-top: 1px solid @panel-inner-border;
|
||||||
.border-bottom-radius(@panel-border-radius - 1);
|
.border-bottom-radius((@panel-border-radius - 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user