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
e62a04a1
Commit
e62a04a1
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Color code IE8-9 table with text classes and Glyhpicons instead of table classes
parent
5dc65894
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
getting-started.html
+11
-13
getting-started.html
with
11 additions
and
13 deletions
+11
-13
getting-started.html
+
11
-
13
View file @
e62a04a1
...
...
@@ -668,38 +668,36 @@ bootstrap/
<table
class=
"table table-bordered table-striped"
>
<thead>
<tr>
<th>
Feature
</th>
<th>
Internet Explorer 8
</th>
<th>
Internet Explorer 9
</th>
<th
class=
"col-xs-4"
>
Feature
</th>
<th
class=
"col-xs-4"
>
Internet Explorer 8
</th>
<th
class=
"col-xs-4"
>
Internet Explorer 9
</th>
</tr>
</thead>
<tbody>
<tr>
<td
scope=
"row"
><code>
border-radius
</code></td>
<td
class=
"danger"
>
No
</td>
<td
class=
"success"
>
Yes
</td>
<td
class=
"
text-
danger"
>
<span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"
text-
success"
>
<span
class=
"glyphicon glyphicon-ok"
></span>
Supported
</td>
</tr>
<tr>
<td
scope=
"row"
><code>
box-shadow
</code></td>
<td
class=
"danger"
>
No
</td>
<td
class=
"success"
>
Yes
</td>
<td
class=
"
text-
danger"
>
<span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"
text-
success"
>
<span
class=
"glyphicon glyphicon-ok"
></span>
Supported
</td>
</tr>
<tr>
<td
scope=
"row"
><code>
transform
</code></td>
<td
class=
"danger"
>
No
</td>
<td
class=
"success"
>
Yes
, with
<code>
-ms
</code>
vendor
prefix
</td>
<td
class=
"
text-
danger"
>
<span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"
text-
success"
>
<span
class=
"glyphicon glyphicon-ok"
></span>
Supported
, with
<code>
-ms
</code>
prefix
</td>
</tr>
<tr>
<td
scope=
"row"
><code>
transition
</code></td>
<td
class=
"danger"
>
No
</td>
<td
class=
"danger"
>
No
</td>
<td
colspan=
"2"
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
</tr>
</tbody>
<tbody>
<tr>
<td
scope=
"row"
><code>
placeholder
</code></td>
<td
class=
"danger"
>
No
</td>
<td
class=
"danger"
>
No
</td>
<td
colspan=
"2"
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
</tr>
</tbody>
</table>
...
...
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