diff --git a/index.html b/index.html index 187f3b6439..71c34922e7 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./"
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
diff --git a/less/glyphicons.less b/less/glyphicons.less index 0e0ba986c3..7b66e6ba15 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -27,6 +27,10 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; + + &:empty{ + width: 1em; + } } // Individual icons diff --git a/less/mixins.less b/less/mixins.less index 416c6a2228..f956361fd9 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -128,6 +128,10 @@ -webkit-transition: @transition; transition: @transition; } +.transition-property(@transition-property) { + -webkit-transition-property: @transition-property; + transition-property: @transition-property; +} .transition-delay(@transition-delay) { -webkit-transition-delay: @transition-delay; transition-delay: @transition-delay;