? .DS_Store
? bartik-fieldsets.patch
? bartik-spacing-comments-1.patch
? bartik-tabs-coloring-1.patch
Index: css/colors.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/colors.css,v
retrieving revision 1.4
diff -u -p -r1.4 colors.css
--- css/colors.css	23 May 2010 14:57:24 -0000	1.4
+++ css/colors.css	23 May 2010 16:35:23 -0000
@@ -11,6 +11,9 @@ body.overlay {
   background-color: #ffffff;
   color: #3b3b3b;
 }
+#navigation ul.links li.active-trail a {
+  background: #ffffff;
+}
 #header {
   background-color: #000000;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#3d3d3d));
Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.79
diff -u -p -r1.79 style.css
--- css/style.css	23 May 2010 14:57:24 -0000	1.79
+++ css/style.css	23 May 2010 16:35:23 -0000
@@ -364,7 +364,6 @@ ul.tips {
   color: #333;
   background: #ccc;
   background: rgba(255, 255, 255, 0.78);
-  border-bottom: 1px solid #fff;
   text-shadow: 0 1px #eee;
   -khtml-border-radius-topleft: 8px;
   -moz-border-radius-topleft: 8px;
@@ -385,8 +384,6 @@ ul.tips {
   background: rgba(255, 255, 255, 1);
 }
 #navigation ul.links li.active-trail a {
-  background: #fff;
-  background: rgba(255, 255, 255, 1.0);
   border-bottom: none;
 }
 .featured #navigation ul.links li.active-trail a {
