Skip to content

Commit

Permalink
Replace condition html tags with a CSS hack for IE6
Browse files Browse the repository at this point in the history
(Bug 740917)
  • Loading branch information
sgarrity committed Apr 2, 2012
1 parent 6861f34 commit 6383b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion media/css/sandstone/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
}
}

.lt-ie7 .download-button-small .download-link .download-content {
* html .download-button-small .download-link .download-content {
margin-left: 0;
}

Expand Down
5 changes: 1 addition & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="{{ LANG }}" dir="{{ DIR }}"> <!--<![endif]-->
<html class="no-js" lang="{{ LANG }}" dir="{{ DIR }}">
<head>
<meta charset="utf-8">

Expand Down

0 comments on commit 6383b14

Please sign in to comment.