From 8663b75c4d28bde0992e07b1caa666658bb64004 Mon Sep 17 00:00:00 2001 From: Thomas Welton Date: Thu, 22 Aug 2013 02:54:54 +0100 Subject: [PATCH 1/4] Added glyphicon-block class Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font. --- less/glyphicons.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/glyphicons.less b/less/glyphicons.less index 0e0ba986c3..82915ce691 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -29,6 +29,10 @@ -webkit-font-smoothing: antialiased; } +.glyphicon-block{ + width: 1em; +} + // Individual icons .glyphicon-asterisk { &:before { content: "\2a"; } } .glyphicon-plus { &:before { content: "\2b"; } } From 31ab249809216291499f28af35826c2a5dfa814e Mon Sep 17 00:00:00 2001 From: Thomas Welton Date: Thu, 22 Aug 2013 10:28:54 +0100 Subject: [PATCH 2/4] Removed glyphicon-block instead target :empty .glyphicons --- less/glyphicons.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/glyphicons.less b/less/glyphicons.less index 82915ce691..7b66e6ba15 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -27,10 +27,10 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -} -.glyphicon-block{ - width: 1em; + &:empty{ + width: 1em; + } } // Individual icons From c52e1b85ab5ae00ba8c33d8db3c2850ea0065f66 Mon Sep 17 00:00:00 2001 From: Felix Hirschfeld Date: Fri, 23 Aug 2013 09:22:54 +0200 Subject: [PATCH 3/4] Add mixin for transition-property It's quite handy if a transition needs the same duration, timing-function or delay and only specific properties to animate. --- less/mixins.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/mixins.less b/less/mixins.less index c18e7c49b4..cfcd90b7da 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -112,6 +112,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; From 54dcb4b6996ab4bb880edd84b84c9c0a7d41953f Mon Sep 17 00:00:00 2001 From: hero-m Date: Sat, 24 Aug 2013 12:11:12 +0430 Subject: [PATCH 4/4] Another case for Issue #10099 Another case for Issue #10099 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 187f3b6439..71c34922e7 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./"

Bootstrap

Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

- Download Bootstrap + Download Bootstrap