Explorar el Código

style(shortcode): enable lightbox to be used with non-gallery images (#1145)

Russell J. Hewett hace 6 años
padre
commit
f2ba31b0ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/sass/academic/_root.scss

+ 1 - 1
assets/sass/academic/_root.scss

@@ -280,7 +280,7 @@ a[data-fancybox] {
   text-decoration: none;
 }
 
-a[data-fancybox] img {
+.gallery a[data-fancybox] img {
   height: 250px;
   max-width: inherit;
   display: inherit;