Skip to content

Commit 7d5cefe

Browse files
committed
(less) Merge branch 'master' into bg-variant
2 parents fb9a8f5 + 122069d commit 7d5cefe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

scaffolding.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
// Reset the box-sizing
77

8-
*,
8+
* {
9+
.box-sizing(border-box);
10+
}
911
*:before,
1012
*:after {
1113
.box-sizing(border-box);

variables.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
//** Unit-less `line-height` for use in components like buttons.
6060
@line-height-base: 1.428571429; // 20/14
61-
//** Computed "line-height" (`font-size` × `line-height`) for use with `margin`, `padding`, etc.
61+
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
6262
@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
6363

6464
//** By default, this inherits from the `<body>`.
@@ -548,7 +548,7 @@
548548
@modal-content-bg: #fff;
549549
//** Modal content border color
550550
@modal-content-border-color: rgba(0,0,0,.2);
551-
//** Modal content border color <strong>for IE8</strong>
551+
//** Modal content border color **for IE8**
552552
@modal-content-fallback-border-color: #999;
553553

554554
//** Modal backdrop background color

0 commit comments

Comments
 (0)