From de61e12f0fd99d025c291236095494aa570fc615 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 12 Apr 2016 09:29:26 -0400 Subject: [PATCH] chrome fixes --- css/app.css | 2 ++ scss/_settings.scss | 2 +- scss/_slideshow.scss | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 4ea9abb..0ce5d60 100644 --- a/css/app.css +++ b/css/app.css @@ -6662,6 +6662,8 @@ h2#block-title { #slideshow { position: relative; } + #slideshow li { + list-style: none; } #slideshow #cat-text { position: absolute; top: 10%; diff --git a/scss/_settings.scss b/scss/_settings.scss index 9178d76..be9e8cb 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -896,7 +896,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // $off-canvas-overlay-background-hover: rgba($white, 0.05); // Transition Variables - $menu-slide: "transform 500ms ease"; +// $menu-slide: "transform 500ms ease"; // 19. Orbit // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 1c30b83..1e45a8b 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -1,5 +1,8 @@ #slideshow { position: relative; + li { + list-style: none; + } #cat-text { position: absolute; top: 10%; -- 2.17.1