[cc-commits] [CC SVN] r15227 - in themes/creativecommons.org/trunk: . css

webmaster at creativecommons.org webmaster at creativecommons.org
Fri Sep 16 09:00:54 EDT 2011


Author: cxadams
Date: 2011-09-16 13:00:54 +0000 (Fri, 16 Sep 2011)
New Revision: 15227

Modified:
   themes/creativecommons.org/trunk/css/primary.styles.css
   themes/creativecommons.org/trunk/footer.php
   themes/creativecommons.org/trunk/header-top.php
Log:
add gradient support for IE

Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css	2011-09-16 10:56:17 UTC (rev 15226)
+++ themes/creativecommons.org/trunk/css/primary.styles.css	2011-09-16 13:00:54 UTC (rev 15227)
@@ -100,6 +100,7 @@
   background-image: -webkit-linear-gradient(#98C807, #688527);
   background-image: -o-linear-gradient(#98C807, #688527);
   background-image: linear-gradient(#98C807, #688527);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98C807', endColorstr='#688527', GradientType=0);
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   border-color: #688527 #688527 #50661E;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
@@ -137,6 +138,7 @@
 	background-image: -webkit-linear-gradient(#98C807, #688527);
 	background-image: -o-linear-gradient(#98C807, #688527);
 	background-image: linear-gradient(#98C807, #688527);
+	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98C807', endColorstr='#688527', GradientType=0);
 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
 

Modified: themes/creativecommons.org/trunk/footer.php
===================================================================
--- themes/creativecommons.org/trunk/footer.php	2011-09-16 10:56:17 UTC (rev 15226)
+++ themes/creativecommons.org/trunk/footer.php	2011-09-16 13:00:54 UTC (rev 15227)
@@ -51,8 +51,6 @@
 	<script defer src="<?php bloginfo('stylesheet_directory'); ?>/js/script.js"></script>
 	<!-- end scripts -->
 
-	<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
-			 mathiasbynens.be/notes/async-analytics-snippet -->
     <script>
 		var _gaq=[['_setAccount','UA-2010376-1'],['_trackPageview'],['_trackPageLoadTime']];
 		(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];

Modified: themes/creativecommons.org/trunk/header-top.php
===================================================================
--- themes/creativecommons.org/trunk/header-top.php	2011-09-16 10:56:17 UTC (rev 15226)
+++ themes/creativecommons.org/trunk/header-top.php	2011-09-16 13:00:54 UTC (rev 15227)
@@ -10,6 +10,7 @@
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
 <head profile="http://gmpg.org/xfn/11">
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" charset="<?php bloginfo('charset'); ?>" />
+    <meta name="author" content="fabricatorz" />
 
 	<!-- Use the .htaccess and remove these lines to avoid edge case issues.
 			 More info: h5bp.com/b/378 -->



More information about the cc-commits mailing list