- Removing my nice black lines around the tabs.. sniff... sniff
authorwillcast <willcast>
Fri, 21 Nov 2003 04:55:32 +0000 (04:55 +0000)
committerwillcast <willcast>
Fri, 21 Nov 2003 04:55:32 +0000 (04:55 +0000)
8D

mod/glossary/lib.php
mod/glossary/view.php

index 8a8be2f83af52f6dcd2f121a1c023bd59625e02f..fab8a1af1bd4e2faa6b93e20c596b995576ac875 100644 (file)
@@ -879,7 +879,7 @@ for ($row = 0; $row < $numrows; $row++) {
                          $currentcolor = $tabcolor;
                          $currentstyle = 'generaltab';
                     }
-                    echo "<td class=\"$currentstyle\" width=\"$tabwidth%\" bgcolor=\"$currentcolor\" align=\"center\" style=\"border-color: #000000; border-style: solid; border-width: 1px;\"><b>";
+                    echo "<td class=\"$currentstyle\" width=\"$tabwidth%\" bgcolor=\"$currentcolor\" align=\"center\"><b>";
                     if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) {
                         echo "<a href=\"" . $data[$tabproccessed]->link . "\">";
                     }
@@ -925,7 +925,7 @@ for ($row = 0; $row < $numrows; $row++) {
                          $currentcolor = $tabcolor;
                          $currentstyle = 'generaltab';
                     }
-                    echo "<td class=\"$currentstyle\" width=\"$tabwidth%\" bgcolor=\"$currentcolor\" align=\"center\" style=\"border-color: #000000; border-style: solid; border-width: 1px;\"><b>";
+                    echo "<td class=\"$currentstyle\" width=\"$tabwidth%\" bgcolor=\"$currentcolor\" align=\"center\"><b>";
                     if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) {
                         echo "<a href=\"" . $data[$tabproccessed]->link . "\">";
                     }
index 458593c07bfb2a6f89af02c0bd4059324c0d59df..1fae408b40e0f2927f0403bbf7e5366a5ccecb5d 100644 (file)
 
 /// Info box
     if ( $glossary->intro ) {
-        echo '<table align="center" width="70%" bgcolor="#FFFFFF" class="generaltab" style="border-style: solid; border-width: 1px;"><tr><td>';
+        echo '<table align="center" width="70%" bgcolor="#FFFFFF" class="generaltab"><tr><td>';
         echo format_text($glossary->intro);
         print_simple_box_end();
     }