From c3720739cbe35d35654b5dedce78c7436cc3c07e Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Fri, 27 Feb 2015 12:21:53 -0500 Subject: [ticket/13590] Headers of remember me login keys are not centered Corrected a few other files as well PHPBB3-13590 --- phpBB/styles/prosilver/theme/common.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 9da24b6ef9..11e3314f17 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -671,6 +671,8 @@ table.table1 tbody th { /* Specific column styles */ table.table1 .name { text-align: left; } +table.table1 .center { text-align: center; } +table.table1 .reportby { width: 15%; } table.table1 .posts { text-align: center; width: 7%; } table.table1 .joined { text-align: left; width: 15%; } table.table1 .active { text-align: left; width: 15%; } -- cgit v1.2.1