diff options
| author | David Aspinall | 2001-08-28 14:34:06 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-08-28 14:34:06 +0000 |
| commit | f0d312b3409a857e432c4804cbe3911db0f515ba (patch) | |
| tree | c6724aafedfa9a25d970e53f7cefa9ffd771286a /html/header.html | |
| parent | 43694ca4ca0d260116bd43d0715f19dc2c2cb5a8 (diff) | |
Improve stylesheet syntax, make menubar smaller
Diffstat (limited to 'html/header.html')
| -rw-r--r-- | html/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/header.html b/html/header.html index cbd9456d..c9c59e86 100644 --- a/html/header.html +++ b/html/header.html @@ -21,7 +21,7 @@ $urlbits = parse_url($REQUEST_URI); $file = ereg_replace("^(.*/)+","",$urlbits["path"]); $WANTED = ereg_replace(".html","",$file); - print "<table><tr>\n"; + print "<table class=\"menubar\"><tr>\n"; $links_arr = array( "Home" => "main", "Features" => "features", |
