Minor changing title size

skala
Julio Montoya 14 years ago
parent 06912a4857
commit 4584ba134e
  1. 4
      main/document/slideshow.php

@ -247,8 +247,8 @@ if ($slide_id != 'all') {
echo '<table align="center" border="0" cellspacing="10">';
echo '<tr>';
echo '<td align="center" style="font-size: xx-large; font-weight: bold;">';
echo $row['title'];
echo '<td align="center">';
echo Display::tag('h1',$row['title']);
echo '</td>';
echo '</tr>';
echo '<tr>';

Loading…
Cancel
Save