diff options
| author | Mark Otto <[email protected]> | 2012-02-06 23:42:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-06 23:42:45 -0800 |
| commit | 63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523 (patch) | |
| tree | 042f2dee5bb0db252ef89867fe7ba3b5586dfe2a | |
| parent | a10c23f1aa971819d5d978e2e1ea55aab3de9d16 (diff) | |
| parent | c76b32bdef5470bbc797cb2be7b53b7c6ad40380 (diff) | |
| download | bootstrap-63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523.tar.xz bootstrap-63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523.zip | |
Merge branch 'et-fix_long_breadcrumbs' into 2.0.1-wip
| -rw-r--r-- | less/breadcrumbs.less | 2 |
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 { |
