Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-08-23 11:00:22 +0300
committerMark Otto <markdotto@gmail.com>2015-08-23 11:00:22 +0300
commitb2dccb15d79085af2a507b6b9f2c35c0e5770ffa (patch)
tree9b87592406cdae29a1a2b63f5153ec8e7eca57f2 /scss/_type.scss
parent47d5168dc88c3902488c7f5d44f41a394551d0d9 (diff)
fix majority of scss linter errors
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 2f5cdb4f95..3d349e6442 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -176,8 +176,8 @@ mark,
> img {
@extend .img-responsive;
- line-height: 1;
margin-bottom: ($spacer-y / 2);
+ line-height: 1;
}
}