Common subdirectories: ./docs and ../tabs-new/docs
diff -upN ./drupal-tabs.css ../tabs-new/drupal-tabs.css
--- ./drupal-tabs.css	2008-03-26 19:05:50.000000000 -0400
+++ ../tabs-new/drupal-tabs.css	1969-12-31 19:00:00.000000000 -0500
@@ -1,34 +0,0 @@
-html.js div.drupal-tabs {
-  display: none;
-}
-html.js h2.drupal-tabs-title {
-  display: none;
-}
-.tabs-nav-previous, .tabs-nav-next {
-  font-size: 12px;
-  font-weight: bold;
-  float: left;
-  border: 1px solid;
-  padding: 5px;
-  margin-bottom: 5px;
-  cursor: pointer;
-}
-.tabs-nav-previous {
-  float: left;
-}
-.tabs-nav-next {
-  float: right;
-}
-.tabs-nav-link-sep {
-  border-top: 2px #999 solid;
-  margin-top: 10px;
-  margin-bottom: 10px
-}
-span.clear {
-  display: block;
-  clear: both;
-  height: 1px;
-  line-height: 0px;
-  font-size: 0px;
-  margin-bottom: -1px;
-}
diff -upN ./tabs.css ../tabs-new/tabs.css
--- ./tabs.css	2008-04-11 19:50:08.000000000 -0400
+++ ../tabs-new/tabs.css	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-.ui-tabs-hide { display: none; }
diff -upN ./tabs-css-patch.patch ../tabs-new/tabs-css-patch.patch
--- ./tabs-css-patch.patch	2008-06-11 20:52:35.000000000 -0400
+++ ../tabs-new/tabs-css-patch.patch	1969-12-31 19:00:00.000000000 -0500
@@ -1,44 +0,0 @@
-Common subdirectories: ./docs and ../tabs-new/docs
-diff -upN ./drupal-tabs.css ../tabs-new/drupal-tabs.css
---- ./drupal-tabs.css	2008-03-26 19:05:50.000000000 -0400
-+++ ../tabs-new/drupal-tabs.css	1969-12-31 19:00:00.000000000 -0500
-@@ -1,34 +0,0 @@
--html.js div.drupal-tabs {
--  display: none;
--}
--html.js h2.drupal-tabs-title {
--  display: none;
--}
--.tabs-nav-previous, .tabs-nav-next {
--  font-size: 12px;
--  font-weight: bold;
--  float: left;
--  border: 1px solid;
--  padding: 5px;
--  margin-bottom: 5px;
--  cursor: pointer;
--}
--.tabs-nav-previous {
--  float: left;
--}
--.tabs-nav-next {
--  float: right;
--}
--.tabs-nav-link-sep {
--  border-top: 2px #999 solid;
--  margin-top: 10px;
--  margin-bottom: 10px
--}
--span.clear {
--  display: block;
--  clear: both;
--  height: 1px;
--  line-height: 0px;
--  font-size: 0px;
--  margin-bottom: -1px;
--}
-diff -upN ./tabs.css ../tabs-new/tabs.css
---- ./tabs.css	2008-04-11 19:50:08.000000000 -0400
-+++ ../tabs-new/tabs.css	1969-12-31 19:00:00.000000000 -0500
-@@ -1 +0,0 @@
--.ui-tabs-hide { display: none; }
diff -upN ./tabs-drupal-tabs.css ../tabs-new/tabs-drupal-tabs.css
--- ./tabs-drupal-tabs.css	1969-12-31 19:00:00.000000000 -0500
+++ ../tabs-new/tabs-drupal-tabs.css	2008-03-26 19:05:50.000000000 -0400
@@ -0,0 +1,34 @@
+html.js div.drupal-tabs {
+  display: none;
+}
+html.js h2.drupal-tabs-title {
+  display: none;
+}
+.tabs-nav-previous, .tabs-nav-next {
+  font-size: 12px;
+  font-weight: bold;
+  float: left;
+  border: 1px solid;
+  padding: 5px;
+  margin-bottom: 5px;
+  cursor: pointer;
+}
+.tabs-nav-previous {
+  float: left;
+}
+.tabs-nav-next {
+  float: right;
+}
+.tabs-nav-link-sep {
+  border-top: 2px #999 solid;
+  margin-top: 10px;
+  margin-bottom: 10px
+}
+span.clear {
+  display: block;
+  clear: both;
+  height: 1px;
+  line-height: 0px;
+  font-size: 0px;
+  margin-bottom: -1px;
+}
diff -upN ./tabs.module ../tabs-new/tabs.module
--- ./tabs.module	2008-04-17 15:53:00.000000000 -0400
+++ ../tabs-new/tabs.module	2008-06-11 19:41:52.000000000 -0400
@@ -168,8 +168,8 @@ function tabs_load() {
     drupal_add_js($path . '/ui.tabs.js');
     drupal_add_js($path . '/tabs.js');
     drupal_add_js(array('tabs' => array('slide' => (bool) variable_get('tabs_slide', 0), 'fade' => (bool) variable_get('tabs_fade', 0), 'speed' => variable_get('tabs_speed', 'slow'), 'auto_height' => (bool) variable_get('tabs_auto_height', 0), 'next_text' => t('next'), 'previous_text' => t('previous'))), 'setting');
-    drupal_add_css($path . '/drupal-tabs.css');
-    drupal_add_css($path . '/tabs.css');
+    drupal_add_css($path . '/tabs-drupal-tabs.css');
+    drupal_add_css($path . '/tabs-tabs.css');
     $loaded = TRUE;
   }
 }
diff -upN ./tabs-tabs.css ../tabs-new/tabs-tabs.css
--- ./tabs-tabs.css	1969-12-31 19:00:00.000000000 -0500
+++ ../tabs-new/tabs-tabs.css	2008-04-11 19:50:08.000000000 -0400
@@ -0,0 +1 @@
+.ui-tabs-hide { display: none; }
