diff options
-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 +?> |