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
08d19af7
Commit
08d19af7
authored
Aug 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix remainder of panel default examples and reorder nav links
parent
7481aa73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
_includes/nav-components.html
_includes/nav-components.html
+1
-1
components.html
components.html
+4
-4
No files found.
_includes/nav-components.html
View file @
08d19af7
...
@@ -130,8 +130,8 @@
...
@@ -130,8 +130,8 @@
<li><a
href=
"#panels-basic"
>
Basic example
</a></li>
<li><a
href=
"#panels-basic"
>
Basic example
</a></li>
<li><a
href=
"#panels-heading"
>
Panel with heading
</a></li>
<li><a
href=
"#panels-heading"
>
Panel with heading
</a></li>
<li><a
href=
"#panels-alternatives"
>
Contextual alternatives
</a></li>
<li><a
href=
"#panels-alternatives"
>
Contextual alternatives
</a></li>
<li><a
href=
"#panels-list-group"
>
With list groups
</a>
<li><a
href=
"#panels-tables"
>
With tables
</a>
<li><a
href=
"#panels-tables"
>
With tables
</a>
<li><a
href=
"#panels-list-group"
>
With list groups
</a>
</ul>
</ul>
</li>
</li>
<li><a
href=
"#wells"
>
Wells
</a></li>
<li><a
href=
"#wells"
>
Wells
</a></li>
components.html
View file @
08d19af7
...
@@ -2843,7 +2843,7 @@ body { padding-bottom: 70px; }
...
@@ -2843,7 +2843,7 @@ body { padding-bottom: 70px; }
<p>
If there is no panel body, the component moves from panel header to table without interruption.
</p>
<p>
If there is no panel body, the component moves from panel header to table without interruption.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"panel"
>
<div
class=
"panel
panel-default
"
>
<!-- Default panel contents -->
<!-- Default panel contents -->
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-heading"
>
Panel heading
</div>
...
@@ -2881,7 +2881,7 @@ body { padding-bottom: 70px; }
...
@@ -2881,7 +2881,7 @@ body { padding-bottom: 70px; }
</div>
</div>
</div>
</div>
{% highlight html %}
{% highlight html %}
<div
class=
"panel"
>
<div
class=
"panel
panel-default
"
>
<!-- Default panel contents -->
<!-- Default panel contents -->
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-heading"
>
Panel heading
</div>
...
@@ -2897,7 +2897,7 @@ body { padding-bottom: 70px; }
...
@@ -2897,7 +2897,7 @@ body { padding-bottom: 70px; }
<h3
id=
"panels-list-group"
>
With list groups
</h3>
<h3
id=
"panels-list-group"
>
With list groups
</h3>
<p>
Easily include full-width
<a
href=
"#list-group"
>
list groups
</a>
within any panel.
</p>
<p>
Easily include full-width
<a
href=
"#list-group"
>
list groups
</a>
within any panel.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"panel"
>
<div
class=
"panel
panel-default
"
>
<!-- Default panel contents -->
<!-- Default panel contents -->
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
...
@@ -2915,7 +2915,7 @@ body { padding-bottom: 70px; }
...
@@ -2915,7 +2915,7 @@ body { padding-bottom: 70px; }
</div>
</div>
</div>
</div>
{% highlight html %}
{% highlight html %}
<div
class=
"panel"
>
<div
class=
"panel
panel-default
"
>
<!-- Default panel contents -->
<!-- Default panel contents -->
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
...
...
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