From 4cc75a2b887580596fe44e354e0ec18838169e0d Mon Sep 17 00:00:00 2001
From: ands <ands@andspad.(none)>
Date: Sun, 5 Dec 2010 00:55:52 +0100
Subject: [PATCH] =?UTF-8?q?warpzone=20logo=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 webroot/css/widget.css | 2 +-
 webroot/index.php      | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/webroot/css/widget.css b/webroot/css/widget.css
index 1859c78..9ae3cee 100644
--- a/webroot/css/widget.css
+++ b/webroot/css/widget.css
@@ -49,7 +49,7 @@
 	height:170px;
 }
 
-body, h1, h2 {
+body {
 	font-family:Verdana;
 	background-color:#261C13;
 	color:#ffffff;
diff --git a/webroot/index.php b/webroot/index.php
index 6619d25..9ad4cdf 100644
--- a/webroot/index.php
+++ b/webroot/index.php
@@ -1,16 +1,15 @@
 <head>
 	<link rel="stylesheet" type="text/css" href="css/widget.css" />
 	<script src="/js/jquery-1.4.4.js" type="text/javascript"></script>
-	<title>Marvin</title>
+	<title>Warpzone's Marvin</title>
 </head>
 <body>
-	<h1>Marvin</h1>
-	<h2>Warpzone's widgetcenter</h2>
+	<img src="img/warpzone.png">
 	<?php
 		$widgets = array(
 			array(
 				"ZoneOffen",		// widget name
-				16,16,				// position
+				16,200,				// position
 				"widget_square"		// css-class
 			)
 		);
-- 
GitLab