diff options
| author | liuyl <[email protected]> | 2013-07-21 19:44:30 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-21 19:44:30 +0800 |
| commit | be2693369d109d5a0a8804d3f21be7aef15c6786 (patch) | |
| tree | 4e0ce49f42b327b40934cc9d7e2871af165cccec /less | |
| parent | 6952d655f4e48daee1b2f13ee40fe076d1383b23 (diff) | |
| download | bootstrap-be2693369d109d5a0a8804d3f21be7aef15c6786.tar.xz bootstrap-be2693369d109d5a0a8804d3f21be7aef15c6786.zip | |
remove useless display:inline-block
Diffstat (limited to 'less')
| -rw-r--r-- | less/breadcrumbs.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less index b127473a7..92643d167 100644 --- a/less/breadcrumbs.less +++ b/less/breadcrumbs.less @@ -12,7 +12,6 @@ > li { display: inline-block; &+li:before { - display: inline-block; content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: @breadcrumb-color; |
