chrome fixes
authorIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 13:29:26 +0000 (09:29 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 13:29:26 +0000 (09:29 -0400)
css/app.css
scss/_settings.scss
scss/_slideshow.scss

index 4ea9abb..0ce5d60 100644 (file)
@@ -6662,6 +6662,8 @@ h2#block-title {
 
 #slideshow {
   position: relative; }
+  #slideshow li {
+    list-style: none; }
   #slideshow #cat-text {
     position: absolute;
     top: 10%;
index 9178d76..be9e8cb 100644 (file)
@@ -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
 // - - - - - - - - - - - - - - - - - - - - - - - - -
index 1c30b83..1e45a8b 100644 (file)
@@ -1,5 +1,8 @@
 #slideshow {
     position: relative;
+    li {
+        list-style: none;
+    }
     #cat-text {
         position: absolute;
         top: 10%;