From c5d618c89919711225abb915a4697f74c5714807 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Jun 2012 16:16:13 +0400 Subject: [PATCH] scaled the demo to a bore realistic size... Signed-off-by: Alex A. Naanou --- ui/gallery.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/gallery.html b/ui/gallery.html index ef88b666..a3e44162 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -104,16 +104,16 @@ function nextImage(){ } .mock-image { - width: 100px; - height: 60px; + width: 350px; + height: 350px; background: blue; } .container { overflow: hidden; - width: 400px; - height: 200px; + width: 800px; + height: 500px; } .field { @@ -130,8 +130,8 @@ function nextImage(){ } .ribbon { - height: 65px; - width: 2000px; + height: 360px; + width: 5000px; overflow: visible; padding-top: 2px; padding-bottom: 2px; @@ -151,8 +151,8 @@ function nextImage(){ } .current-ribbon { - padding-top: 10px; - padding-bottom: 10px; + padding-top: 20px; + padding-bottom: 20px; opacity: 1.0;