diff options
| author | Mark Otto <[email protected]> | 2013-07-05 14:24:40 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 14:24:40 -0500 |
| commit | fffb37ecead04a12c9c1aedaf357433f5f61d6a3 (patch) | |
| tree | 87e7416755ca7aa21ef93c9b5053dc17e5d9ec2f /docs/assets/css/bootstrap.css | |
| parent | 30c138c4bfc058ff49e3a99d947f81f549e5876c (diff) | |
| parent | 3279181f4253eb37cae61ecc1a3842c3d559ea49 (diff) | |
| download | bootstrap-fffb37ecead04a12c9c1aedaf357433f5f61d6a3.tar.xz bootstrap-fffb37ecead04a12c9c1aedaf357433f5f61d6a3.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f3ff478a9..d3bea53f3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3290,15 +3290,11 @@ button.close { text-shadow: 0 1px 0 #fff; } -.breadcrumb > li:after { +.breadcrumb > li + li:before { display: inline-block; padding: 0 5px; color: #ccc; - content: "\00a0 /"; -} - -.breadcrumb > li:last-child:after { - display: none; + content: "/\00a0"; } .breadcrumb > .active { |
