moved styles into css
This commit is contained in:
@@ -87,7 +87,7 @@ function PMA_auth_fails()
|
||||
?>
|
||||
</head>
|
||||
|
||||
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>">
|
||||
<body>
|
||||
<br /><br />
|
||||
<center>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
|
||||
|
@@ -120,7 +120,7 @@ if (top != self) {
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="loginform" bgcolor="<?php echo $cfg['RightBgColor']; ?>">
|
||||
<body class="loginform">
|
||||
|
||||
<?php include('./config.header.inc.php'); ?>
|
||||
|
||||
|
Reference in New Issue
Block a user