From 274be5812555160d8e06b10eb303e570edaa1f3f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 3 Jul 2018 20:51:35 +0200 Subject: [PATCH] wip #2116 --- _index.html | 4 +++- style/fluidbook.less | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_index.html b/_index.html index 70fb54e7..db6e7c29 100644 --- a/_index.html +++ b/_index.html @@ -29,7 +29,9 @@
- +
+ +
diff --git a/style/fluidbook.less b/style/fluidbook.less index 778fc189..f90b00b8 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1449,7 +1449,7 @@ html.ios body.portrait #interface { line-height: 1; z-index: 1; - &.small{ + &.small { width: 30px; height: 30px; padding: 10px; @@ -2696,6 +2696,11 @@ body > input { } +/* SEO */ +#seoContents { + display: none; +} + /* Webfonts*/ @font-face { -- 2.39.5