Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d8b3e48e
Commit
d8b3e48e
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add proper markup to list group in panels section
parent
2f8deea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/docs.html
+11
-1
docs/docs.html
with
11 additions
and
1 deletion
+11
-1
docs/docs.html
+
11
-
1
View file @
d8b3e48e
...
@@ -4627,8 +4627,18 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -4627,8 +4627,18 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
{% highlight html linenos %}
{% highlight html linenos %}
<div
class=
"panel"
>
<div
class=
"panel"
>
<!-- Default panel contents -->
<div
class=
"panel-heading"
>
Panel heading
</div>
<div
class=
"panel-heading"
>
Panel heading
</div>
Panel content
<p>
...
</p>
<!-- List group -->
<ul
class=
"list-group list-group-flush"
>
<li
class=
"list-group-item"
>
Cras justo odio
</li>
<li
class=
"list-group-item"
>
Dapibus ac facilisis in
</li>
<li
class=
"list-group-item"
>
Morbi leo risus
</li>
<li
class=
"list-group-item"
>
Porta ac consectetur ac
</li>
<li
class=
"list-group-item"
>
Vestibulum at eros
</li>
</ul>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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