diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-08-26 18:22:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-08-26 18:22:16 +0000 |
commit | b72bb5cfb8bff8c4f37771a920ac2338b94ff71a (patch) | |
tree | 906c48e8a3bf405287f592b6f83553a262bee644 | |
parent | a28f8180065e5622c4b4ef11b0276835dd4a9af1 (diff) | |
download | brdo-b72bb5cfb8bff8c4f37771a920ac2338b94ff71a.tar.gz brdo-b72bb5cfb8bff8c4f37771a920ac2338b94ff71a.tar.bz2 |
- Fixed typo in CSS. Patch by James.
-rw-r--r-- | admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ function admin_page($mod) { </head> <style> body { font-family: helvetica, arial; font-size: 12pt; } - h1 { font-famile: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; } + h1 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #660000; } h2 { font-family: helvetica, arial; font-size: 18pt; font-weight: bold; color: #000066; } h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; color: #006600; } th { font-family: helvetica, arial; font-size: 12pt; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; } @@ -57,4 +57,4 @@ else { print message_access(); } -?>
\ No newline at end of file +?> |