From f941871bfff2b7df9b37fffe421965ad85fc9809 Mon Sep 17 00:00:00 2001 From: acioni Date: Tue, 14 Jun 2016 22:41:20 +0200 Subject: [PATCH] some other fix --- web/css/custom.css | 1 - web/index.html | 20 +++++++++++--------- web/lib/main.js | 10 +--------- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/web/css/custom.css b/web/css/custom.css index 5ad1e34..d0bd5cb 100644 --- a/web/css/custom.css +++ b/web/css/custom.css @@ -29,7 +29,6 @@ #content{ margin-top: 10px; z-index: 0; - position: absolute; } .content-font { diff --git a/web/index.html b/web/index.html index 55b8cdf..5e3e068 100644 --- a/web/index.html +++ b/web/index.html @@ -99,7 +99,7 @@ -
+

How To

In order to send password to this page you first need to follow 4 simple steps: @@ -131,7 +131,7 @@

How To

-
+

How it works

KeeLink has a very simple and strong architecture, it is composed mainly of two parts:

    @@ -156,7 +156,7 @@

    How it works

    That's all! But if you don't trust me let's see the source code

-
+

Credits

KeeLink is designed, developed and supported by Andrea Cioni. All source files used to build this service are hosted, and accessible to everyone @@ -181,7 +181,7 @@

Credits

-
+

Contribute

KeeLink is a free and no-profit application. If you like and use this application consider to support @@ -198,11 +198,13 @@

Contribute

-
-
-

Brought to you by Andrea Cioni

-

Hosted for free on

-

+
+
+
+

Brought to you by Andrea Cioni

+

Hosted for free on

+

+
diff --git a/web/lib/main.js b/web/lib/main.js index 9dd55b1..0574d63 100644 --- a/web/lib/main.js +++ b/web/lib/main.js @@ -38,15 +38,7 @@ $(document).ready( ,"json"); } - //Enable scrolling effect on anchor clicking - var _root = $('html, body'); - $('a.navbar-link').click(function(event){ - event.preventDefault(); - _root.animate({ - scrollTop: $( $(this).attr('href') ).offset().top - }, 500); - return false; - }); + } function detectHttpProtocol() {