Index: themes/bartik/css/ie.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/ie.css,v
retrieving revision 1.4
diff -u -p -r1.4 ie.css
--- themes/bartik/css/ie.css	1 Oct 2010 07:05:22 -0000	1.4
+++ themes/bartik/css/ie.css	2 Oct 2010 14:53:53 -0000
@@ -21,3 +21,6 @@ fieldset legend {
 .meta {
   margin-bottom: 10px;
 }
+.node-teaser {
+  margin-top: 10px;
+}
Index: themes/bartik/css/ie6.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/ie6.css,v
retrieving revision 1.3
diff -u -p -r1.3 ie6.css
--- themes/bartik/css/ie6.css	2 Oct 2010 01:42:53 -0000	1.3
+++ themes/bartik/css/ie6.css	2 Oct 2010 14:53:53 -0000
@@ -13,9 +13,10 @@
   width: 67%;
 }
 .node-sticky {
-  background: transparent;
-  border: none;
-  padding: 0 0 15px;
+  background: #f9f9f9;
+  background: rgba(0, 0, 0, 0.024);
+  border: 1px solid #d3d7d9;
+  padding: 0 15px 15px;
 }
 .node-teaser {
   border-bottom: 1px solid #d3d7d9;
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.19
diff -u -p -r1.19 style.css
--- themes/bartik/css/style.css	2 Oct 2010 01:42:53 -0000	1.19
+++ themes/bartik/css/style.css	2 Oct 2010 14:53:53 -0000
@@ -503,6 +503,10 @@ h1#page-title,
 .node-teaser .content {
   font-size: 1em;
 }
+.node-teaser h2 {
+  margin-top: 0;
+  padding-top: 0.5em;
+}
 .node-teaser h2 a {
   color: #181818;
 }
