From a1e202ada3438367acf25072550f702efdbdfa53 Mon Sep 17 00:00:00 2001 From: Ali Asaria Date: Tue, 11 Oct 2011 09:51:31 -0400 Subject: [PATCH] tone down the scribbles, man --- client/css/style.css | 2 +- client/script.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 746cf8f..b6f82b5 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -68,7 +68,7 @@ body { height: 100%; position: absolute; display: inline; - opacity: .05; + opacity: 0.035; background-image: url('scribbles2.png'); } diff --git a/client/script.js b/client/script.js index 9929466..b3ddff4 100644 --- a/client/script.js +++ b/client/script.js @@ -823,6 +823,14 @@ $( ".board-outline" ).resizable( { }); })(); + + +//$('#marker').draggable(); + + + + + });