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
e9f3f9cf
Commit
e9f3f9cf
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
nuke ie8 warning in tables
parent
313ea270
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/tables.html
+0
-4
docs/_includes/css/tables.html
with
0 additions
and
4 deletions
+0
-4
docs/_includes/css/tables.html
+
0
-
4
View file @
e9f3f9cf
...
...
@@ -44,10 +44,6 @@
<h2
id=
"tables-striped"
>
Striped rows
</h2>
<p>
Use
<code>
.table-striped
</code>
to add zebra-striping to any table row within the
<code>
<
tbody
>
</code>
.
</p>
<div
class=
"bs-callout bs-callout-danger"
>
<h4>
Cross-browser compatibility
</h4>
<p>
Striped tables are styled via the
<code>
:nth-child
</code>
CSS selector, which is not available in Internet Explorer 8.
</p>
</div>
<div
class=
"bs-example"
>
<table
class=
"table table-striped"
>
<thead>
...
...
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