Improved admin styling a bit. Removed tables, made smaller.

git-svn-id: https://develop.svn.wordpress.org/trunk@313 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2003-08-15 15:12:25 +00:00
parent fc6e343079
commit e84918b538
3 changed files with 237 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ if ($standalone == 0) {
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress > <?php bloginfo('name') ?> > <?php echo $title; ?></title>
<link rel="stylesheet" href="b2.css" type="text/css" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
<?php
if ($redirect==1) {