diff options
| author | Aaron <[email protected]> | 2013-05-10 09:21:27 -0600 |
|---|---|---|
| committer | Aaron <[email protected]> | 2013-05-10 09:21:27 -0600 |
| commit | 94cc3335536507124451de1c9ec673f7dfcb5c2a (patch) | |
| tree | 23471a86ed302a2101c1a322ea49eb5f75b665b7 /less/breadcrumbs.less | |
| parent | 90e4ff73d25e426cf19bb84392510f78e2cd2fd8 (diff) | |
| download | bootstrap-94cc3335536507124451de1c9ec673f7dfcb5c2a.tar.xz bootstrap-94cc3335536507124451de1c9ec673f7dfcb5c2a.zip | |
Fix component margin and padding values to use @line-height-computed
Diffstat (limited to 'less/breadcrumbs.less')
| -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 87a6f0e37..2fe8217a3 100644 --- a/less/breadcrumbs.less +++ b/less/breadcrumbs.less @@ -5,7 +5,7 @@ .breadcrumb { padding: 8px 15px; - margin: 0 0 @line-height-base; + margin: 0 0 @line-height-computed; list-style: none; background-color: #f5f5f5; border-radius: @border-radius-base; |
