Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuyl <lyl890808@gmail.com>2013-07-03 16:37:36 +0400
committerliuyl <lyl890808@gmail.com>2013-07-03 16:37:36 +0400
commit5b69d3405301ebf9f7047a459f727cbe5f73aedd (patch)
tree10802f4d65f51c5219b270ef07768cf804ff96b9 /docs/components.html
parent749dc35328862896d613bfe72fc961e490037fad (diff)
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 79b00e9913..4e763d6d4d 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>