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
ff92344f
Commit
ff92344f
authored
Jun 19, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove icons example of nav list--doesn't really add anything useful
parent
b54264cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
60 deletions
+0
-60
docs/components.html
docs/components.html
+0
-30
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+0
-30
No files found.
docs/components.html
View file @
ff92344f
...
@@ -844,36 +844,6 @@
...
@@ -844,36 +844,6 @@
<
/li
>
<
/li
>
...
...
<
/ul
>
<
/ul
>
</pre>
<h3>
Example with icons
</h3>
<p>
Same example, but with
<code>
<
i
>
</code>
tags for icons.
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"well"
style=
"max-width: 340px; padding: 8px 0;"
>
<ul
class=
"nav nav-list"
>
<li
class=
"nav-header"
>
List header
</li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"icon-white icon-home"
></i>
Home
</a></li>
<li><a
href=
"#"
><i
class=
"icon-book"
></i>
Library
</a></li>
<li><a
href=
"#"
><i
class=
"icon-pencil"
></i>
Applications
</a></li>
<li
class=
"nav-header"
>
Another list header
</li>
<li><a
href=
"#"
><i
class=
"icon-user"
></i>
Profile
</a></li>
<li><a
href=
"#"
><i
class=
"icon-cog"
></i>
Settings
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
><i
class=
"icon-flag"
></i>
Help
</a></li>
</ul>
</div>
<!-- /well -->
</div>
<pre
class=
"prettyprint linenums"
>
<
ul class="nav nav-list"
>
...
<
li
>
<
a href="#"
>
<
i class="icon-book"
><
/i
>
Library
<
/a
>
<
/li
>
...
<
/ul
>
</pre>
</pre>
<h3>
Horizontal dividers
</h3>
<h3>
Horizontal dividers
</h3>
...
...
docs/templates/pages/components.mustache
View file @
ff92344f
...
@@ -767,36 +767,6 @@
...
@@ -767,36 +767,6 @@
<
/li
>
<
/li
>
...
...
<
/ul
>
<
/ul
>
</pre>
<h3>
{{
_i
}}
Example with icons
{{/
i
}}
</h3>
<p>
{{
_i
}}
Same example, but with
<code>
<
i
>
</code>
tags for icons.
{{/
i
}}
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"well"
style=
"max-width: 340px; padding: 8px 0;"
>
<ul
class=
"nav nav-list"
>
<li
class=
"nav-header"
>
{{
_i
}}
List header
{{/
i
}}
</li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"icon-white icon-home"
></i>
{{
_i
}}
Home
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"icon-book"
></i>
{{
_i
}}
Library
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"icon-pencil"
></i>
{{
_i
}}
Applications
{{/
i
}}
</a></li>
<li
class=
"nav-header"
>
{{
_i
}}
Another list header
{{/
i
}}
</li>
<li><a
href=
"#"
><i
class=
"icon-user"
></i>
{{
_i
}}
Profile
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"icon-cog"
></i>
{{
_i
}}
Settings
{{/
i
}}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
><i
class=
"icon-flag"
></i>
{{
_i
}}
Help
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /well -->
</div>
{{! /example }}
<pre
class=
"prettyprint linenums"
>
<
ul class="nav nav-list"
>
...
<
li
>
<
a href="#"
>
<
i class="icon-book"
><
/i
>
{{
_i
}}
Library
{{/
i
}}
<
/a
>
<
/li
>
...
<
/ul
>
</pre>
</pre>
<h3>
{{
_i
}}
Horizontal dividers
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Horizontal dividers
{{/
i
}}
</h3>
...
...
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