summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-08-24 16:25:29 +0000
committerDries Buytaert <dries@buytaert.net>2001-08-24 16:25:29 +0000
commitcb3e766c07f682fa4124f91efb2d0800e84a599d (patch)
tree4953cf37405c159419036cf61a38243788bbe8e9
parentbe8a91178772c388ef44bab88be8cccb17385b99 (diff)
downloadbrdo-cb3e766c07f682fa4124f91efb2d0800e84a599d.tar.gz
brdo-cb3e766c07f682fa4124f91efb2d0800e84a599d.tar.bz2
- fixed fonts for browser compatibility
-rw-r--r--admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin.php b/admin.php
index c739fb450..b15bb326c 100644
--- a/admin.php
+++ b/admin.php
@@ -16,12 +16,12 @@ function admin_page($mod) {
<title><?php echo variable_get(site_name, "drupal"); ?> administration pages</title>
</head>
<style>
- body { font-family: helvetica, arial; }
+ body { font-family: helvetica, arial; font-size: 12pt; }
h1 { font-famile: 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; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; }
- td { font-family: helvetica, arial; }
+ th { font-family: helvetica, arial; font-size: 12pt; text-align: center; vertical-align: top; background-color: #CCCCCC; color: #995555; }
+ td { font-family: helvetica, arial; font-size: 12pt; }
</style>
<body bgcolor="#FFFFFF" link="#005599" vlink="#004499" alink="#FF0000">
<h1>Administration</h1>