From 6ef8cf867d7ef275a09929534a0b0cd686fff6ee Mon Sep 17 00:00:00 2001 From: nael Date: Fri, 21 Dec 2018 11:12:40 +0100 Subject: [PATCH] wait #2458 ajout version EN --- Fluidbook-presentation-quotes/p8/index.html | 7 ++++--- Fluidbook-presentation-quotes/p8/main.js | 2 +- Fluidbook-presentation-quotes/p8/style.css | 4 ++-- Fluidbook-presentation-quotes/p8/style.sass | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Fluidbook-presentation-quotes/p8/index.html b/Fluidbook-presentation-quotes/p8/index.html index 6bc54df..48648d7 100644 --- a/Fluidbook-presentation-quotes/p8/index.html +++ b/Fluidbook-presentation-quotes/p8/index.html @@ -9,12 +9,13 @@
- +
-

Fluidbook est disponible partout, au bureau, dans le train, ou simplement - depuis votre canapé.

+

Fluidbook is everywhere, making it possible + to access your publication from the train, office + or just from your favorite couch.

diff --git a/Fluidbook-presentation-quotes/p8/main.js b/Fluidbook-presentation-quotes/p8/main.js index 3e1e1e2..8e2e706 100644 --- a/Fluidbook-presentation-quotes/p8/main.js +++ b/Fluidbook-presentation-quotes/p8/main.js @@ -7,7 +7,7 @@ let title = document.getElementsByClassName('title'); let letter = document.getElementsByClassName('letter'); let br = document.createElement("br"); -var arrIndexes = [34,73]; +var arrIndexes = [43,105]; $(letter).filter(function(index) { return arrIndexes.indexOf(index) > -1; }).prepend(br); diff --git a/Fluidbook-presentation-quotes/p8/style.css b/Fluidbook-presentation-quotes/p8/style.css index 5b9feea..13ddaf2 100644 --- a/Fluidbook-presentation-quotes/p8/style.css +++ b/Fluidbook-presentation-quotes/p8/style.css @@ -19,7 +19,7 @@ line-height: 1.1; color: #19344D; opacity: 1 !important; - width: 500px; + width: 700px; letter-spacing: -0.4px; } .all { @@ -44,6 +44,6 @@ position: absolute; width: 20px; top: 706px; - left: 278px; } + left: 379px; } /*# sourceMappingURL=style.css.map */ diff --git a/Fluidbook-presentation-quotes/p8/style.sass b/Fluidbook-presentation-quotes/p8/style.sass index 6b92109..c932d97 100644 --- a/Fluidbook-presentation-quotes/p8/style.sass +++ b/Fluidbook-presentation-quotes/p8/style.sass @@ -17,7 +17,7 @@ $fontcolor: #19344D line-height: 1.10 color: $fontcolor opacity: 1!important - width: 500px + width: 700px letter-spacing: -0.4px .all @@ -39,4 +39,4 @@ $fontcolor: #19344D position: absolute width: 20px top: 706px - left: 278px + left: 379px -- 2.39.5