delegate-plugins-source-css.mustache revision 5b139d58acfcae4b1bcab5a895706abafc2a87a0
#demo {
}
#demo ul li {
border: 1px solid black;
background-color: #8DD5E7;
cursor: move;
margin: 3px;
list-style-type: none;
z-index: 2;
width: 200px;
}
#play {
padding: 2em;
border: 1px solid black;
}
#drop {
border: 1px solid black;
background-color: #eee;
height: 50px;
width: 200px;
float: right;
bottom: 50px;
position: relative;
}
#drop strong {
font-weight: bold;
}
background-color: #ccc;
}
#example-canvas {
position: static;
}