From 39157ab3921b71645f7f63fbdcd6ea1f98a41ddd Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Fri, 16 Aug 2013 22:26:00 +0200 Subject: [PATCH] Added a div 'preview_tmp' as a precursor to a more efficient way of showing the doodle preview --- css/fixedPosInterface.css | 5 +++++ index.html | 2 ++ 2 files changed, 7 insertions(+) diff --git a/css/fixedPosInterface.css b/css/fixedPosInterface.css index 222bca7..9f5112a 100644 --- a/css/fixedPosInterface.css +++ b/css/fixedPosInterface.css @@ -108,6 +108,11 @@ body { border-radius: 15px; } +#preview_tmp { + /*border: 1px solid #8fc;*/ + display: none; +} + #mycanvas, #preview { /*border: 1px solid #08c;*/ float: left; diff --git a/index.html b/index.html index 5a7a2e9..c5520c2 100755 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@ +
@@ -92,6 +93,7 @@ +