From b27091f064f8866d9bfad7c7ea04b2aa8767d223 Mon Sep 17 00:00:00 2001 From: Karen Date: Tue, 1 Nov 2011 17:15:50 +0530 Subject: [PATCH] changes to slider js. --- urbstudio/static/css/home.css | 3 +++ urbstudio/templates/home.html | 1 + 2 files changed, 4 insertions(+) diff --git a/urbstudio/static/css/home.css b/urbstudio/static/css/home.css index 7e08239..1f1de26 100755 --- a/urbstudio/static/css/home.css +++ b/urbstudio/static/css/home.css @@ -4,5 +4,8 @@ width:750px; height:563px; margin:0 auto; position:relative; +/*background-image:url(/static/urbstudio/urbstudio/static/images/loading.gif); +background-repeat:no-repeat; +background-position:center;*/ } diff --git a/urbstudio/templates/home.html b/urbstudio/templates/home.html index b371b55..3ac0659 100755 --- a/urbstudio/templates/home.html +++ b/urbstudio/templates/home.html @@ -15,6 +15,7 @@ $(document).ready(function() { $('#slider').nivoSlider({ directionNav: false, + pauseOnHover: false, }); });