Pārlūkot izejas kodu

Merge pull request #16 from basz/fix/tw-bootstrap

fix twitter bootstrap incompatibility
Jay Salvat 13 gadi atpakaļ
vecāks
revīzija
448e8b6612
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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;
 }