caption should be gone now
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:29:22 +0000 (14:29 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:29:22 +0000 (14:29 -0500)
css/app.css
scss/_slideshow.scss

index e3dc239..a9f2b06 100644 (file)
@@ -6749,17 +6749,17 @@ main {
   @media only screen and (min-width: 1025px) {
     #slideshow .slides img {
       min-height: 550px; } }
-  #slideshow #caption {
+  #slideshow .caption {
     background: rgba(0, 0, 0, 0.75);
     color: #FFFFFF;
     margin-top: -51px; }
-    #slideshow #caption p {
+    #slideshow .caption p {
       padding: 10px 5px;
       font-size: 12px;
       margin: 0;
       text-align: right; }
     @media only screen and (max-width: 1024px) {
-      #slideshow #caption {
+      #slideshow .caption {
         display: none; } }
 
 /* NextGen Gallery */
index 21fdb23..a000c35 100644 (file)
@@ -31,7 +31,7 @@
             }
         }
     }
-    #caption {
+    .caption {
         background: rgba(0, 0, 0, 0.75);
         color: $white;
         margin-top: -51px;