Center the Pages info in article-flat.php.

This commit is contained in:
Retro_Guy 2024-11-09 08:52:09 -07:00
parent bc025ab095
commit 6f46f604db
2 changed files with 2 additions and 2 deletions

View File

@ -1588,7 +1588,7 @@ a.np_button {
.np_pages {
color: var(--color-visited);
width: 100%;
text-align: right;
text-align: center;
}
.np_pages_selected {

View File

@ -191,7 +191,7 @@ if ($message) {
echo '</form>';
echo '</td>';
// Pages
echo '<td class="np_pages" width="100%" align="center">';
echo '<td class="np_pages">';
echo articleflat_pageselect($group, $id, count($subthread), $first);
echo '</td></tr></table>';
}