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:
authorDave Poole <david.poole@bigfishgames.com>2017-05-26 23:06:47 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-11 08:50:59 +0300
commit120a14237e9becd191a460ded9a9a2a6af960531 (patch)
tree0abea95fc5973192b837ec0d994cc624cc9b536e /scss/_progress.scss
parent36a21f355c9c0a87d9c9f6bb8eb208c3b477af9e (diff)
remove unnecessary line-height
Diffstat (limited to 'scss/_progress.scss')
-rw-r--r--scss/_progress.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index d2a0c820d8..efbb440340 100644
--- a/scss/_progress.scss
+++ b/scss/_progress.scss
@@ -8,7 +8,6 @@
height: $progress-height;
overflow: hidden; // force rounded corners by cropping it
font-size: $progress-font-size;
- line-height: $progress-height;
background-color: $progress-bg;
@include border-radius($progress-border-radius);
}