2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Improved and followed pattern suggestions

This commit is contained in:
syed
2013-07-19 23:14:13 +05:00
parent 5e898fa2a1
commit 65ee36a7bf
4 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
padding: 8px 15px;
margin: 0 0 @line-height-computed;
list-style: none;
background-color: @breadcrumb-bg-color;
background-color: @breadcrumb-bg;
border-radius: @border-radius-base;
> li {
display: inline-block;
text-shadow: 0 1px 0 @breadcrumb-text-shadow-color;
text-shadow: @breadcrumb-text-shadow;
&+li:before {
display: inline-block;
content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space