From 8bb7a3bdb39794412089f235a8189a504ecacd45 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Sat, 12 Aug 2017 09:14:05 +0100 Subject: [PATCH] safari scrollpoint fix --- docs/css/styles.css | 8 +- docs/index.html | 50 ++++---- docs/js/dom-scripts.js | 118 ++++++++++++------ docs/patterns/coding/code-blocks/index.html | 50 ++++---- .../patterns/coding/color-palettes/index.html | 50 ++++---- docs/patterns/coding/command-line/index.html | 50 ++++---- .../patterns/coding/demo-embedding/index.html | 50 ++++---- docs/patterns/coding/file-trees/index.html | 50 ++++---- docs/patterns/coding/index.html | 50 ++++---- docs/patterns/coding/tested/index.html | 50 ++++---- .../coding/writing-inline-demos/index.html | 50 ++++---- docs/patterns/index.html | 50 ++++---- docs/patterns/installation/index.html | 50 ++++---- docs/patterns/library-setup/index.html | 50 ++++---- .../media/including-images/index.html | 50 ++++---- .../media/including-videos/index.html | 50 ++++---- docs/patterns/media/index.html | 50 ++++---- docs/patterns/printing/index.html | 50 ++++---- docs/patterns/serving/index.html | 50 ++++---- .../writing/expandable-sections/index.html | 50 ++++---- docs/patterns/writing/index.html | 50 ++++---- .../writing/library-structure/index.html | 50 ++++---- .../writing/markdown-and-metadata/index.html | 50 ++++---- .../writing/notes-and-warnings/index.html | 50 ++++---- docs/patterns/writing/references/index.html | 50 ++++---- .../writing/tables-of-contents/index.html | 50 ++++---- docs/print-version/index.html | 40 +++--- docs/service-worker.js | 2 +- docs/tags/markdown/index.html | 50 ++++---- docs/tags/metadata/index.html | 50 ++++---- themes/infusion/layouts/_default/baseof.html | 10 +- themes/infusion/layouts/partials/svg.html | 40 +++--- themes/infusion/static/css/styles.css | 8 +- themes/infusion/static/js/dom-scripts.js | 118 ++++++++++++------ 34 files changed, 917 insertions(+), 727 deletions(-) diff --git a/docs/css/styles.css b/docs/css/styles.css index 2120553..9f48d46 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -230,7 +230,7 @@ caption { overflow-x: hidden; } .intro-and-nav { - font-size: 0.85rem; + font-size: 0.8rem; width: 15rem; height: 100vh; position: fixed; @@ -258,11 +258,10 @@ caption { max-width: 12rem; } .library-desc { - font-style: italic; margin-top: 0.5rem; margin-left: auto; margin-right: auto; - max-width: 30rem; + max-width: 25rem; } .main-and-footer { margin-left: 15rem; @@ -318,7 +317,7 @@ caption { .pattern [aria-current] { background-color: #111; background-image: url(images/arrow_effect.svg); - background-position: right center; + background-position: 98% center; background-size: 125%; background-repeat: no-repeat; color: #fff; @@ -656,6 +655,7 @@ h1 svg { } .print { white-space: nowrap; + font-style: normal; } .svg-outer { width: 0.75em; diff --git a/docs/index.html b/docs/index.html index 940eb62..0017d80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -92,26 +92,32 @@ - - - - + + + + - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - +
@@ -125,11 +131,9 @@ Documentation for the Infusion pattern library builder, built with Infusion itself. - Print version + Print version

@@ -138,7 +142,7 @@