Procházet zdrojové kódy

counteracts global modification of img {max-width:100%} style declaration. Encountered by twitter bootstrap

Bas Kamer před 13 roky
rodič
revize
25f9d7e063
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      jquery.vegas.css

+ 5 - 0
jquery.vegas.css

@@ -21,4 +21,9 @@
 	image-rendering: optimizeQuality;
 	-ms-interpolation-mode: bicubic;
 	z-index:-2;
+}
+
+img.vegas-background {
+    /* counteracts global img modification by twitter bootstrap library */
+    max-width: none !important;
 }