Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7322c8dc
Commit
7322c8dc
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add code snippet
parent
44778465
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/tables.md
+18
-0
docs/content/tables.md
with
18 additions
and
0 deletions
+18
-0
docs/content/tables.md
+
18
-
0
View file @
7322c8dc
...
...
@@ -511,6 +511,24 @@ Regular table background variants are not available with the inverse table, howe
</table>
</div>
{% highlight html %}
<!-- On rows -->
<tr
class=
"bg-primary"
>
...
</tr>
<tr
class=
"bg-success"
>
...
</tr>
<tr
class=
"bg-warning"
>
...
</tr>
<tr
class=
"bg-danger"
>
...
</tr>
<tr
class=
"bg-info"
>
...
</tr>
<!-- On cells (`td` or `th`) -->
<tr>
<td
class=
"bg-primary"
>
...
</td>
<td
class=
"bg-success"
>
...
</td>
<td
class=
"bg-warning"
>
...
</td>
<td
class=
"bg-danger"
>
...
</td>
<td
class=
"bg-info"
>
...
</td>
</tr>
{% endhighlight %}
{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
{{ callout-include | markdownify }}
...
...
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
Menu
Explore
Projects
Groups
Snippets