From be4e392fba1bb7c6e1ac267e61c1439c1b98c1ed Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 2 Jan 2014 16:13:32 +0000 Subject: [PATCH] --- _index.html | 4 ++-- js/libs/fluidbook/fluidbook.background.js | 2 -- style/fluidbook.css | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_index.html b/_index.html index e99fba9d..53696254 100644 --- a/_index.html +++ b/_index.html @@ -1,5 +1,5 @@ -> + prefix="og: http://ogp.me/ns#"> <!-- $titre --> @@ -7,7 +7,7 @@ - + diff --git a/js/libs/fluidbook/fluidbook.background.js b/js/libs/fluidbook/fluidbook.background.js index 4a27fe5d..96fc16e9 100644 --- a/js/libs/fluidbook/fluidbook.background.js +++ b/js/libs/fluidbook/fluidbook.background.js @@ -25,8 +25,6 @@ FluidbookBackground.prototype = { ih = this.fluidbook.datas.backgroundImageDimensions.height; } - - if (this.fluidbook.datas.backgroundHAlign == Fluidbook.LEFT) { left = 0 } else if (this.fluidbook.datas.backgroundHAlign == Fluidbook.RIGHT) { diff --git a/style/fluidbook.css b/style/fluidbook.css index a8ee532e..57572113 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -125,7 +125,7 @@ body{ } #background .links{ - position:absolute; + } /* Orientation */ -- 2.39.5