浏览代码

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

Bas Kamer 13 年之前
父节点
当前提交
25f9d7e063
共有 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;
 }