From 5ba0e55a187ca23a0637b14b7ca361ef43e110cb Mon Sep 17 00:00:00 2001 From: Curt Hash Date: Tue, 13 Oct 2009 15:00:36 -0600 Subject: [PATCH] fixed repeat attribute --- puzzles/webapp/10/,ctf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puzzles/webapp/10/,ctf.css b/puzzles/webapp/10/,ctf.css index da47e69..4f1b798 100644 --- a/puzzles/webapp/10/,ctf.css +++ b/puzzles/webapp/10/,ctf.css @@ -3,7 +3,7 @@ html,body { min-height: 100%; background-color: #000000; background-image: url(",binary.png"); - background-repeat: repeat-x repeat-y; + background-repeat: repeat; margin: 0; padding: 0; }