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
e9f3f9cf
Commit
e9f3f9cf
authored
Jul 10, 2014
by
Mark Otto
Browse files
Options
Browse Files
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
with
0 additions
and
4 deletions
+0
-4
docs/_includes/css/tables.html
docs/_includes/css/tables.html
+0
-4
No files found.
docs/_includes/css/tables.html
View file @
e9f3f9cf
...
@@ -44,10 +44,6 @@
...
@@ -44,10 +44,6 @@
<h2
id=
"tables-striped"
>
Striped rows
</h2>
<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>
<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"
>
<div
class=
"bs-example"
>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
<thead>
<thead>
...
...
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