1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 03:40:10 +00:00

Fixes #8441: remove @font-size-mini

This commit is contained in:
Mark Otto 2013-07-17 23:56:20 -07:00
parent bc79f8a399
commit e5bfd8c00b

View File

@ -48,7 +48,6 @@
@font-size-base: 14px;
@font-size-large: ceil(@font-size-base * 1.25); // ~18px
@font-size-small: ceil(@font-size-base * 0.85); // ~12px
@font-size-mini: ceil(@font-size-base * 0.75); // ~11px
@line-height-base: 1.428571429; // 20/14
@line-height-computed: floor(@font-size-base * @line-height-base); // ~20px