Center the Pages info in article-flat.php.
This commit is contained in:
parent
bc025ab095
commit
6f46f604db
|
@ -1588,7 +1588,7 @@ a.np_button {
|
|||
.np_pages {
|
||||
color: var(--color-visited);
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.np_pages_selected {
|
||||
|
|
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue