? .DS_Store
? ie-bugfix.patch
? images/.DS_Store
Index: layout.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/airyblue/layout.css,v
retrieving revision 1.1
diff -u -p -r1.1 layout.css
--- layout.css	30 Jun 2009 06:00:53 -0000	1.1
+++ layout.css	13 Jul 2009 00:39:32 -0000
@@ -164,6 +164,7 @@ body
 
 .sidebar-first #content
 {
+  display: inline; /* Bug fix for IE - content overlaps left sidebar without this */
   width: 760px;
   margin-left: 200px; /* LTR */ /* The width of #sidebar-first. */
   margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
@@ -178,6 +179,7 @@ body
 
 .two-sidebars #content
 {
+  display: inline; /* Bug fix for IE - content overlaps left sidebar without this */
   width: 480px;
   margin-left: 200px; /* LTR */ /* The width of #sidebar-first */
   margin-right: -710px; /* LTR */ /* Negative value of #content's width + left margin. */
