From: Ian Weller Date: Tue, 12 Apr 2016 13:29:26 +0000 (-0400) Subject: chrome fixes X-Git-Tag: v1.0.0^2~52 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=de61e12f0fd99d025c291236095494aa570fc615;p=WP-Themes%2Fgaslightmedia.git chrome fixes --- 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%;