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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 6115cda97..0099620c1 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -19,13 +19,13 @@
.btn, .nav {
.fa {
// display: inline;
- &.fa-large { line-height: .9em; }
+ &.fa-lg { line-height: .9em; }
&.fa-spin { display: inline-block; }
}
}
.nav-tabs, .nav-pills {
.fa {
- &, &.fa-large { line-height: .9em; }
+ &, &.fa-lg { line-height: .9em; }
}
}
.btn {
@@ -33,7 +33,7 @@
&.pull-left, &.pull-right {
&.fa-2x { margin-top: .18em; }
}
- &.fa-spin.fa-large { line-height: .8em; }
+ &.fa-spin.fa-lg { line-height: .8em; }
}
}
.btn.btn-small {