Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
c4568e4c
Commit
c4568e4c
authored
Aug 14, 2013
by
Bas Bosman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ordered breadcrumbs
parent
1fd51b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
components.html
components.html
+8
-8
No files found.
components.html
View file @
c4568e4c
...
@@ -1445,25 +1445,25 @@ body { padding-bottom: 70px; }
...
@@ -1445,25 +1445,25 @@ body { padding-bottom: 70px; }
<p
class=
"lead"
>
Indicate the current page's location within a navigational hierarchy.
</p>
<p
class=
"lead"
>
Indicate the current page's location within a navigational hierarchy.
</p>
<p>
Separators are automatically added in CSS through
<code>
:before
</code>
and
<code>
content
</code>
.
</p>
<p>
Separators are automatically added in CSS through
<code>
:before
</code>
and
<code>
content
</code>
.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<
u
l
class=
"breadcrumb"
>
<
o
l
class=
"breadcrumb"
>
<li
class=
"active"
>
Home
</li>
<li
class=
"active"
>
Home
</li>
</
u
l>
</
o
l>
<
u
l
class=
"breadcrumb"
>
<
o
l
class=
"breadcrumb"
>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Home
</a></li>
<li
class=
"active"
>
Library
</li>
<li
class=
"active"
>
Library
</li>
</
u
l>
</
o
l>
<
u
l
class=
"breadcrumb"
style=
"margin-bottom: 5px;"
>
<
o
l
class=
"breadcrumb"
style=
"margin-bottom: 5px;"
>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Library
</a></li>
<li><a
href=
"#"
>
Library
</a></li>
<li
class=
"active"
>
Data
</li>
<li
class=
"active"
>
Data
</li>
</
u
l>
</
o
l>
</div>
</div>
{% highlight html %}
{% highlight html %}
<
u
l
class=
"breadcrumb"
>
<
o
l
class=
"breadcrumb"
>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Library
</a></li>
<li><a
href=
"#"
>
Library
</a></li>
<li
class=
"active"
>
Data
</li>
<li
class=
"active"
>
Data
</li>
</
u
l>
</
o
l>
{% endhighlight %}
{% endhighlight %}
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment