From a1a96ca29e7e71fd7fb7cd773e084b10f7bf3deb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Feb 2001 17:53:51 +0000 Subject: - small changes to the watchdog module to make it more conform with other modules - small changes to the account module to make it more conform with other modules - users can be deleted --- admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin.php') diff --git a/admin.php b/admin.php index 5281cc9d1..4cc4cd27a 100644 --- a/admin.php +++ b/admin.php @@ -23,7 +23,7 @@ function admin_page($mod) { h1 { font-size: 18pt; font-weight: bold; color: #990000; } h2 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; } h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; } - th { font-family: helvetica, arial; text-align: center; background-color: #CCCCCC; color: #995555; } + th { font-family: helvetica, arial; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; } td { font-family: helvetica, arial; } -- cgit v1.2.3