first
This commit is contained in:
commit
59426d62fb
102 changed files with 42796 additions and 0 deletions
17
Controls/Canvas/Canvas.css
Normal file
17
Controls/Canvas/Canvas.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.Canvas
|
||||
{
|
||||
margin-left: 100px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
#paintCanvas
|
||||
{
|
||||
background: rgb(242, 242, 222);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pannable
|
||||
{
|
||||
overflow-x: scroll !important;
|
||||
}
|
||||
Reference in a new issue