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(); + + + + + });