tone down the scribbles, man
This commit is contained in:
parent
f76e142f80
commit
a1e202ada3
2 changed files with 9 additions and 1 deletions
|
@ -68,7 +68,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline;
|
display: inline;
|
||||||
opacity: .05;
|
opacity: 0.035;
|
||||||
background-image: url('scribbles2.png');
|
background-image: url('scribbles2.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -823,6 +823,14 @@ $( ".board-outline" ).resizable( {
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//$('#marker').draggable();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue