Description: Makes online documentation visible
 This patch corrects the (syntactically invalid) background image
 specification from the CSS in Overview.html. The text is otherwise
 invisible in common browsers because specifying two background:
 directives is invalid. The background image was additionally moved
 to the img/ subdirectory because textures/, being part of the source
 rather than the docs, is awkward and a bad choice for Debian.
Author: Dominik George <nik@naturalnet.de>
Forwarded: no

--- a/Overview.html
+++ b/Overview.html
@@ -4,8 +4,7 @@
 		<title>Pipeworks</title>
 		<style>
 body {
-	background: #443333;
-	background: url(textures/pipeworks_autocrafter.png);
+	background: #443333 url(img/pipeworks_autocrafter.png);
 	font-family: sans-serif;
 	color: white;
 	padding: 3em 10em 0 10em;
