Skip to content

Commit 6823f6d

Browse files
committed
All Sites: Removed IE6-specific content and drop chromeframe reference
Fixes jquerygh-315
1 parent 5c6ab89 commit 6823f6d

File tree

10 files changed

+0
-30
lines changed

10 files changed

+0
-30
lines changed

themes/jquery/css/base.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,6 @@ pre b {
20822082
#content .embed_media {
20832083
position: relative;
20842084
padding-bottom: 56.25%; /* 16/9 ratio */
2085-
padding-top: 30px; /* IE6 workaround*/
20862085
height: 0;
20872086
overflow: hidden;
20882087
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
@@ -3641,30 +3640,6 @@ that IE7/8 do not support :nth-child.
36413640
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
36423641
}
36433642

3644-
/*
3645-
The following provides PNG transparency support for IE6
3646-
Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
3647-
*/
3648-
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
3649-
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
3650-
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
3651-
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
3652-
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
3653-
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
3654-
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
3655-
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}
3656-
3657-
.cboxIE6 #cboxTopLeft,
3658-
.cboxIE6 #cboxTopCenter,
3659-
.cboxIE6 #cboxTopRight,
3660-
.cboxIE6 #cboxBottomLeft,
3661-
.cboxIE6 #cboxBottomCenter,
3662-
.cboxIE6 #cboxBottomRight,
3663-
.cboxIE6 #cboxMiddleLeft,
3664-
.cboxIE6 #cboxMiddleRight {
3665-
_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
3666-
}
3667-
36683643

36693644
/* Syntax Highlighting ---------------------- */
36703645

themes/jquery/header.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=1">
2727
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
28-
<!--[if lt IE 7]><link rel="stylesheet" href="css/font-awesome-ie7.min.css"><![endif]-->
2928

3029
<script src="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.2.6.2.min.js"></script>
3130

@@ -48,10 +47,6 @@
4847
</head>
4948
<body <?php body_class(); ?>>
5049

51-
<!--[if lt IE 7]>
52-
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
53-
<![endif]-->
54-
5550
<header>
5651
<section id="global-nav">
5752
<nav>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-216 Bytes
Binary file not shown.
-214 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)