diff -c royale-1.2.1/README.txt royale-1.2.2/README.txt *** royale-1.2.1/README.txt 2007-05-24 14:38:14.000000000 -0400 --- royale-1.2.2/README.txt 2007-05-27 13:17:08.000000000 -0400 *************** *** 133,138 **** --- 133,141 ---- === CHANGELOG ========================================================================== + 1.2.2 + * fixed some nasty bugs in IE7 + 1.2.1 * the Event Calendar fixes were not included in the previous release * fixed the 3-column layout option not being read by the stylesheet's fallback method Common subdirectories: royale-1.2.1/images and royale-1.2.2/images diff -c royale-1.2.1/style.css royale-1.2.2/style.css *** royale-1.2.1/style.css 2007-05-24 14:31:38.000000000 -0400 --- royale-1.2.2/style.css 2007-05-26 09:21:18.000000000 -0400 *************** *** 2,8 **** Theme Name: Royale Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: An elegant 4x widget-ready two/three-column fluid-width WordPress theme with customizable colors. Royale also has an option to make link color cycle smoothly, and has been translated to 22 languages! ! Version: 1.2.1 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */ --- 2,8 ---- Theme Name: Royale Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: An elegant 4x widget-ready two/three-column fluid-width WordPress theme with customizable colors. Royale also has an option to make link color cycle smoothly, and has been translated to 22 languages! ! Version: 1.2.2 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */ diff -c royale-1.2.1/style.css.php royale-1.2.2/style.css.php *** royale-1.2.1/style.css.php 2007-05-24 14:35:46.000000000 -0400 --- royale-1.2.2/style.css.php 2007-05-26 09:15:16.000000000 -0400 *************** *** 256,262 **** text-align: left; width: 100%; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale'); --- 256,262 ---- text-align: left; width: 100%; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale'); *************** *** 272,285 **** padding: 5px 15px; margin: 0 -15px 30px -15px; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale'); border: none; border-top: 2px solid #eee; border-bottom: 1px solid #eee; ! height: 1%; /* peekaboo */ clear: both; width: 100%; } --- 272,285 ---- padding: 5px 15px; margin: 0 -15px 30px -15px; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale'); border: none; border-top: 2px solid #eee; border-bottom: 1px solid #eee; ! height: 1%; /* peekaboo */ clear: both; width: 100%; } *************** *** 517,523 **** #sidebar1, #sidebar2 { width: 210px; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale'); --- 517,523 ---- #sidebar1, #sidebar2 { width: 210px; background: url(images/); ! background: url(images/1x1.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/', sizingMethod='scale');