Skip to content

Commit

Permalink
Remove IE 6/7 hacks from main.css
Browse files Browse the repository at this point in the history
Ref: #1050.
  • Loading branch information
necolas committed Sep 24, 2013
1 parent b7208f1 commit afaed48
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ textarea {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}

.ir:before {
Expand Down Expand Up @@ -205,15 +203,6 @@ textarea {
clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
*zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Expand Down

0 comments on commit afaed48

Please sign in to comment.