aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 19:02:42 -0700
committerMark Otto <[email protected]>2013-08-18 19:02:42 -0700
commit9dcae610e97c5422652d7212fda5985de1653d4c (patch)
tree03f5f15fb5d3a1561f69ce97a1a9f651e816330c /css.html
parent578a14e14aa7c6ad37f307d5d78e9a2afb0e7bfb (diff)
parent5bd2d7ed7e5a2bae56de81bf550f2e4b1451ab25 (diff)
downloadbootstrap-9dcae610e97c5422652d7212fda5985de1653d4c.tar.xz
bootstrap-9dcae610e97c5422652d7212fda5985de1653d4c.zip
Merge branch '3.0.0-wip' into bs3_homepage
Conflicts: customize.html examples/justified-nav/justified-nav.css
Diffstat (limited to 'css.html')
-rw-r--r--css.html16
1 files changed, 1 insertions, 15 deletions
diff --git a/css.html b/css.html
index 267c9e9c5..5a2f2582a 100644
--- a/css.html
+++ b/css.html
@@ -65,20 +65,6 @@ base_url: "../"
- <!-- Glyphicons icon font
- ================================================== -->
- <div class="bs-docs-section">
- <div class="page-header">
- <h1 id="glyphicons">Glyphicons</h1>
- </div>
- <p class="lead">With the launch of Bootstrap 3, icons have been moved to a <a href="https://github.com/twbs/bootstrap-glyphicons">separate repository</a>. 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.</p>
- <p class="lead">
- <a href="http://glyphicons.getbootstrap.com/" class="btn btn-default btn-lg">Visit Glyphicons for Bootstrap</a> or <a href="https://github.com/twbs/bootstrap-glyphicons">download from GitHub</a>
- </p>
- </div>
-
-
-
<!-- Grid system
================================================== -->
<div class="bs-docs-section">
@@ -920,7 +906,7 @@ base_url: "../"
{% endhighlight %}
<h3>Inline</h3>
- <p>Place all list items on a single line with <code>inline-block</code> and some light padding.</p>
+ <p>Place all list items on a single line with <code>display: inline-block;</code> and some light padding.</p>
<div class="bs-example">
<ul class="list-inline">
<li>Lorem ipsum</li>