aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-06 23:42:45 -0800
committerMark Otto <[email protected]>2012-02-06 23:42:45 -0800
commit63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523 (patch)
tree042f2dee5bb0db252ef89867fe7ba3b5586dfe2a
parenta10c23f1aa971819d5d978e2e1ea55aab3de9d16 (diff)
parentc76b32bdef5470bbc797cb2be7b53b7c6ad40380 (diff)
downloadbootstrap-63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523.tar.xz
bootstrap-63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523.zip
Merge branch 'et-fix_long_breadcrumbs' into 2.0.1-wip
-rw-r--r--less/breadcrumbs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less
index 19b8081e1..39060bad2 100644
--- a/less/breadcrumbs.less
+++ b/less/breadcrumbs.less
@@ -9,7 +9,7 @@
.border-radius(3px);
.box-shadow(inset 0 1px 0 @white);
li {
- display: inline;
+ display: inline-block;
text-shadow: 0 1px 0 @white;
}
.divider {