From b09fcc019c68b502f2f6809020bd3a8761c1d421 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 01:32:33 -0700 Subject: remove old glyphicons mention --- css.html | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index dd576df06..9bcc63f65 100644 --- a/css.html +++ b/css.html @@ -65,20 +65,6 @@ base_url: "../" - -
- -

With the launch of Bootstrap 3, icons have been moved to a separate repository. This keeps the primary project as lean as possible, makes it easier for folks to swap icon libraries, and makes Glyphicons icon fonts more readily available to more people outside Bootstrap.

-

- Visit Glyphicons for Bootstrap or download from GitHub -

-
- - -
-- cgit v1.2.3 From 9c12d670ed36951ad3d5cfcf2e83a819911f20a8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 16:27:20 -0700 Subject: clarify inline block mention in docs --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 9bcc63f65..5dcf17c9f 100644 --- a/css.html +++ b/css.html @@ -906,7 +906,7 @@ base_url: "../" {% endhighlight %}

Inline

-

Place all list items on a single line with inline-block and some light padding.

+

Place all list items on a single line with display: inline-block; and some light padding.

  • Lorem ipsum
  • -- cgit v1.2.3