aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-25 22:57:20 -0700
committerMark Otto <[email protected]>2012-09-25 22:57:20 -0700
commitecbf1159a43643a5b4eabbe035b6c7aabb8dde5d (patch)
treedda8fae06e11d5c909f6f289d58338e453e329c4 /docs/components.html
parentd1affe61540e53f3a292c6bfaaa8e5d4725a9b26 (diff)
downloadbootstrap-ecbf1159a43643a5b4eabbe035b6c7aabb8dde5d.tar.xz
bootstrap-ecbf1159a43643a5b4eabbe035b6c7aabb8dde5d.zip
remove .dividers from breadcrumbs, instead use :after and content
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components.html b/docs/components.html
index 53c416d55..7808d0477 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1388,19 +1388,19 @@
<li class="active">Home</li>
</ul>
<ul class="breadcrumb">
- <li><a href="#">Home</a> <span class="divider">/</span></li>
+ <li><a href="#">Home</a></li>
<li class="active">Library</li>
</ul>
<ul class="breadcrumb" style="margin-bottom: 5px;">
- <li><a href="#">Home</a> <span class="divider">/</span></li>
- <li><a href="#">Library</a> <span class="divider">/</span></li>
+ <li><a href="#">Home</a></li>
+ <li><a href="#">Library</a></li>
<li class="active">Data</li>
</ul>
</div>
<pre class="prettyprint linenums">
&lt;ul class="breadcrumb"&gt;
- &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;&lt;/li&gt;
- &lt;li&gt;&lt;a href="#"&gt;Library&lt;/a&gt; &lt;span class="divider"&gt;/&lt;/span&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
+ &lt;li&gt;&lt;a href="#"&gt;Library&lt;/a&gt;&lt;/li&gt;
&lt;li class="active"&gt;Data&lt;/li&gt;
&lt;/ul&gt;
</pre>