Explorar el Código

Modify the Changelog

Jay Salvat hace 12 años
padre
commit
887d808b37
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 1 0
      CHANGELOG.md
  2. 0 3
      jquery.vegas.css

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@
 ### Vegas 1.3.1 2012-09-05
 * New attempt to fix the webkit image size bug (Thanks orourkedd)
 * Get rid of imagesLoadedForVegas function
+* Fixed Css Twitter Bootstrap incompatibility
 
 ### Vegas 1.3.0 2012-05-04
 

+ 0 - 3
jquery.vegas.css

@@ -21,9 +21,6 @@
 	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;
 }