Skip to content

Commit

Permalink
remove ie8 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 22, 2011
1 parent 8ebdf44 commit d90136b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions bootstrap-1.0.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Aug 21 21:09:50 PDT 2011
* Date: Sun Aug 21 21:18:15 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
Expand Down Expand Up @@ -1604,9 +1604,6 @@ table .headerSortUp.purple, table .headerSortDown.purple {
margin: 0;
border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, 0.15);
border-right: 0\9;
/* IE8 and below don't support last child. TODO: clean this up; */

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.0.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/patterns.less
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@
margin: 0;
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.15);
border-right: 0\9; /* IE8 and below don't support last child. TODO: clean this up; */
.border-radius(3px);
.box-shadow(0 1px 2px rgba(0,0,0,.05);
li {
Expand Down

0 comments on commit d90136b

Please sign in to comment.