diff options
| author | Mark Otto <[email protected]> | 2012-02-06 23:42:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-06 23:42:40 -0800 |
| commit | c76b32bdef5470bbc797cb2be7b53b7c6ad40380 (patch) | |
| tree | 004eb37d3756d5b083777acf1e6fde3abeeb9d0f | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| parent | ced08f69359f3a70771804a98fa3c499f388cc74 (diff) | |
| download | bootstrap-c76b32bdef5470bbc797cb2be7b53b7c6ad40380.tar.xz bootstrap-c76b32bdef5470bbc797cb2be7b53b7c6ad40380.zip | |
Merge branch 'fix_long_breadcrumbs' of https://github.com/et/bootstrap into et-fix_long_breadcrumbs
| -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 { |
