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
a098de12
Commit
a098de12
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
tweak html
parent
3a6ab45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/content/tables.md
+10
-20
docs/4.0/content/tables.md
with
10 additions
and
20 deletions
+10
-20
docs/4.0/content/tables.md
+
10
-
20
View file @
a098de12
...
...
@@ -295,9 +295,9 @@ Add `.table-borderless` for a table without borders.
<thead>
<tr>
<th
scope=
"col"
>
#
</th>
<th
scope=
"col"
>
First
Name
</th>
<th
scope=
"col"
>
Last
Name
</th>
<th
scope=
"col"
>
Usernam
e
</th>
<th
scope=
"col"
>
First
</th>
<th
scope=
"col"
>
Last
</th>
<th
scope=
"col"
>
Handl
e
</th>
</tr>
</thead>
<tbody>
...
...
@@ -309,18 +309,12 @@ Add `.table-borderless` for a table without borders.
</tr>
<tr>
<th
scope=
"row"
>
2
</th>
<td>
Mark
</td>
<td>
Otto
</td>
<td>
@TwBootstrap
</td>
</tr>
<tr>
<th
scope=
"row"
>
3
</th>
<td>
Jacob
</td>
<td>
Thornton
</td>
<td>
@fat
</td>
</tr>
<tr>
<th
scope=
"row"
>
4
</th>
<th
scope=
"row"
>
3
</th>
<td
colspan=
"2"
>
Larry the Bird
</td>
<td>
@twitter
</td>
</tr>
...
...
@@ -328,14 +322,16 @@ Add `.table-borderless` for a table without borders.
</table>
{% endexample %}
`.table-borderless`
can also be used on dark tables.
{% example html %}
<table
class=
"table table-borderless table-dark"
>
<thead>
<tr>
<th
scope=
"col"
>
#
</th>
<th
scope=
"col"
>
First
Name
</th>
<th
scope=
"col"
>
Last
Name
</th>
<th
scope=
"col"
>
Usernam
e
</th>
<th
scope=
"col"
>
First
</th>
<th
scope=
"col"
>
Last
</th>
<th
scope=
"col"
>
Handl
e
</th>
</tr>
</thead>
<tbody>
...
...
@@ -347,18 +343,12 @@ Add `.table-borderless` for a table without borders.
</tr>
<tr>
<th
scope=
"row"
>
2
</th>
<td>
Mark
</td>
<td>
Otto
</td>
<td>
@TwBootstrap
</td>
</tr>
<tr>
<th
scope=
"row"
>
3
</th>
<td>
Jacob
</td>
<td>
Thornton
</td>
<td>
@fat
</td>
</tr>
<tr>
<th
scope=
"row"
>
4
</th>
<th
scope=
"row"
>
3
</th>
<td
colspan=
"2"
>
Larry the Bird
</td>
<td>
@twitter
</td>
</tr>
...
...
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