1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/13590] Headers of remember me login keys are not centered

Corrected a few other files as well

PHPBB3-13590
This commit is contained in:
RMcGirr83
2015-02-27 12:21:53 -05:00
committed by Richard McGirr
parent 3ac583271f
commit c3720739cb
6 changed files with 28 additions and 22 deletions

View File

@@ -322,6 +322,10 @@ th {
padding: 7px 5px;
}
th.center {
text-align: center;
}
td {
padding: 2px;
}