From ecbf1159a43643a5b4eabbe035b6c7aabb8dde5d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:57:20 -0700 Subject: remove .dividers from breadcrumbs, instead use :after and content --- docs/components.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/components.html') 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 @@
  • Home
  •  <ul class="breadcrumb">
    -  <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>
     
    -- cgit v1.2.3