소스 검색

Merge branch 'master' of http://github.com/jaysalvat/vegas into release

Jay Salvat 12 년 전
부모
커밋
63aaa53b4d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }