background: white;
width: 800px;
margin: auto;
- padding: 10px 40px;
+ padding: 5px 40px;
margin-top: 20px;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
#elgg_header {
- margin: 20px 10px;
+ margin: 10px 10px;
}
#elgg_sidebar {
float: left;
/**
* Install header
*/
+
+$url = "{$vars['url']}_graphics/elgg_logo.png";
?>
-<h1>Elgg</h1>
+<img src="<?php echo $url; ?>" alt="Elgg" />
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="SHORTCUT ICON" href="<?php echo $vars['url']; ?>_graphics/favicon.ico" />
- <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/install.css" type="text/css" />
+ <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/css/install.css" type="text/css" />
</head>
<body>
<div id="elgg_wrapper">