diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-02-23 17:53:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-02-23 17:53:51 +0000 |
commit | a1a96ca29e7e71fd7fb7cd773e084b10f7bf3deb (patch) | |
tree | d824cacd549b008b5dcdc3f3bb6a8f8d5b99ce9a /admin.php | |
parent | 42ad4065a8573ce8005671289a101ae90ac517de (diff) | |
download | brdo-a1a96ca29e7e71fd7fb7cd773e084b10f7bf3deb.tar.gz brdo-a1a96ca29e7e71fd7fb7cd773e084b10f7bf3deb.tar.bz2 |
- 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
Diffstat (limited to 'admin.php')
-rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } </STYLE> <BODY BGCOLOR="#FFFFFF" LINK="#005599" VLINK="#004499" ALINK="#FF0000"> |