aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-07-03 20:37:36 +0800
committerliuyl <[email protected]>2013-07-03 20:37:36 +0800
commit5b69d3405301ebf9f7047a459f727cbe5f73aedd (patch)
tree10802f4d65f51c5219b270ef07768cf804ff96b9 /docs/components.html
parent749dc35328862896d613bfe72fc961e490037fad (diff)
downloadbootstrap-5b69d3405301ebf9f7047a459f727cbe5f73aedd.tar.xz
bootstrap-5b69d3405301ebf9f7047a459f727cbe5f73aedd.zip
use sibling selector instead of pseudo selector
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 79b00e991..4e763d6d4 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1016,7 +1016,7 @@ body { padding-bottom: 70px; }
<h1>Breadcrumbs <small></small></h1>
</div>
<p class="lead">Indicate the current page's location within a navigational hierarchy.</p>
- <p>Separators are automatically added in CSS through <code>:after</code> and <code>content</code>.</p>
+ <p>Separators are automatically added in CSS through <code>:before</code> and <code>content</code>.</p>
<div class="bs-example">
<ul class="breadcrumb">
<li class="active">Home</li>