[Midnightbsd-cvs] www: 404.html: fixed image links (absolute)

smultron at midnightbsd.org smultron at midnightbsd.org
Thu Sep 4 11:41:18 EDT 2008


Log Message:
-----------
fixed image links (absolute)

Modified Files:
--------------
    www:
        404.html (r1.2 -> r1.3)

-------------- next part --------------
Index: 404.html
===================================================================
RCS file: /home/cvs/www/404.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -L 404.html -L 404.html -u -r1.2 -r1.3
--- 404.html
+++ 404.html
@@ -13,8 +13,8 @@
 		h1 { font-size: 3.5em; margin: .2em; }
 		h2 { }
 		#globe { width: 100%; }
-		#header { margin: 0 auto; width: 100%; height: 261px; background: #14202f url("images/404b.jpg") center center no-repeat; z-index: 0; }
-		#mountain { background: url("images/404a.png") repeat-x; width: 100%; height: 60px; position: absolute; top: 205px; }
+		#header { margin: 0 auto; width: 100%; height: 261px; background: #14202f url("/images/404b.jpg") center center no-repeat; z-index: 0; }
+		#mountain { background: url("/images/404a.png") repeat-x; width: 100%; height: 60px; position: absolute; top: 205px; }
 		#links { font-family: "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 1px; font-size: 1.2em; margin-bottom: 2em; }
 		ul { list-style: none; display: inline; }
 		ul li { display: inline; }
@@ -40,4 +40,4 @@
 			</ul>
 		</div>
 	</body>
-</html>
\ No newline at end of file
+</html>


More information about the Midnightbsd-cvs mailing list