From 0989babe5daa14a91b80f6347efa493bc100e28d Mon Sep 17 00:00:00 2001 From: Bruno Amaral Date: Sun, 18 Aug 2013 18:47:40 +0100 Subject: [PATCH 1/3] fixes two type-os in glyphicons --- _includes/nav-components.html | 2 +- components.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/nav-components.html b/_includes/nav-components.html index b251cc3327..a1105cddae 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -2,7 +2,7 @@ Glyphicons diff --git a/components.html b/components.html index 4e531e6a88..b4e6c18f1c 100644 --- a/components.html +++ b/components.html @@ -244,7 +244,7 @@ base_url: "../" -

How to use

+

How to use

For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.

{% highlight html %} From 5e2569f15bec7303a77f48a7dd079de8a8d4fa15 Mon Sep 17 00:00:00 2001 From: thgh Date: Sun, 18 Aug 2013 19:54:28 +0200 Subject: [PATCH 2/3] Fix well class names in migration section of getting-started.html --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 30e55299e7..83c2583ce7 100644 --- a/getting-started.html +++ b/getting-started.html @@ -545,7 +545,7 @@ bootstrap/ Well sizes - .well-small .well-large + .well-sm .well-lg Alert links From 0cbffb3bcbc60582e90711e0b5ac36e2df51f7d8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 18 Aug 2013 11:00:27 -0700 Subject: [PATCH 3/3] Delete glphyicons.less File is empty and has misspelled name. Fixes #9787 --- less/glphyicons.less | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 less/glphyicons.less diff --git a/less/glphyicons.less b/less/glphyicons.less deleted file mode 100644 index e69de29bb2..0000000000