--- 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(' » ', $breadcrumbs) . '</small></b>';
+ echo '<small>' . implode(' » ', $breadcrumbs) . '</small>';
echo '</div>';
echo '<div style="text-align: center; margin: 10px auto; border: 1px solid #DDDDDD; padding: 7px 10px; display: table;">';