From 28cf2223e6678b689ad01a99decb3371f8a15bcd Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 30 Apr 2013 08:26:15 +0200 Subject: added mouseover for app store links --- app.js | 2 +- public/css/use.less | 14 -------------- views/home.ejs | 8 +++----- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/app.js b/app.js index f9aa1b9..492f8fe 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,7 @@ var express = require('express') /** * App configuration */ -var port = process.env.PORT || 8000 +var port = process.env.PORT || 8001 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); diff --git a/public/css/use.less b/public/css/use.less index 7788aa2..4f2dbb9 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -168,20 +168,6 @@ margin:60px; display: block; } -#android:hover { -background-image: url('/img/androidA'); -} -img.apple { -background-image: url('/img/iphone'); -z-index:2; -} -img.apple:hover { -background-image: url('/img/iphoneA'); -z-index:1; -} -#windows:hover { -background-image: url('/img/winA'); -} /* #register { height:460px; diff --git a/views/home.ejs b/views/home.ejs index 54c19e6..7884df8 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -110,11 +110,9 @@
- - - - - + + +
-- cgit v1.2.3