plugins/gallery/viewimage.php
changeset 11 3c4304fae21e
parent 9 ebd7003e73c6
child 18 c1c398349651
--- a/plugins/gallery/viewimage.php	Thu Aug 09 12:34:39 2007 -0400
+++ b/plugins/gallery/viewimage.php	Sun Oct 21 02:19:40 2007 -0400
@@ -189,9 +189,9 @@
   $breadcrumbs[] = htmlspecialchars($row['img_title']);
   
   // From here, this breadcrumb stuff is a piece of... sourdough French bread :-) *smacks lips*
-  echo '<div class="tblholder" style="padding: 4px; margin-bottom: 7px;">';
+  echo '<div class="breadcrumbs" style="padding: 4px; margin-bottom: 7px;">';
   // The actual breadcrumbs
-  echo '<b><small>' . implode(' &raquo; ', $breadcrumbs) . '</small></b>';
+  echo '<small>' . implode(' &raquo; ', $breadcrumbs) . '</small>';
   echo '</div>';
   
   echo '<div style="text-align: center; margin: 10px auto; border: 1px solid #DDDDDD; padding: 7px 10px; display: table;">';