diff options
| author | XhmikosR <[email protected]> | 2014-11-20 10:09:47 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-01-21 09:51:12 +0200 |
| commit | a6f3bdb71f65e92e1ed4fe140683e49f99526442 (patch) | |
| tree | 8ee50aa74fe83fcadaf0f9f049ca3533f46467c6 /docs/_includes/components/breadcrumbs.html | |
| parent | d5a2b27e1661f390e1f6cc00774f33effe0f03d3 (diff) | |
| download | bootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.tar.xz bootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.zip | |
Move inline CSS to docs.css.
Diffstat (limited to 'docs/_includes/components/breadcrumbs.html')
| -rw-r--r-- | docs/_includes/components/breadcrumbs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html index 04d2f1468..39c6c14b6 100644 --- a/docs/_includes/components/breadcrumbs.html +++ b/docs/_includes/components/breadcrumbs.html @@ -11,7 +11,7 @@ <li><a href="#">Home</a></li> <li class="active">Library</li> </ol> - <ol class="breadcrumb" style="margin-bottom: 5px;"> + <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Library</a></li> <li class="active">Data</li> |
