2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

use sibling selector instead of pseudo selector

This commit is contained in:
liuyl
2013-07-03 20:37:36 +08:00
parent 749dc35328
commit 5b69d34053
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -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>