0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2025-06-11 09:23:17 +02:00

Added a div 'preview_tmp' as a precursor to a more efficient way of showing the doodle preview

This commit is contained in:
Adriaan Wormgoor
2013-08-16 22:26:00 +02:00
parent d420bde380
commit 39157ab392
2 changed files with 7 additions and 0 deletions

View File

@ -108,6 +108,11 @@ body {
border-radius: 15px;
}
#preview_tmp {
/*border: 1px solid #8fc;*/
display: none;
}
#mycanvas, #preview {
/*border: 1px solid #08c;*/
float: left;