我重写了桌面的Bootstrap样式,但是希望默认应用于手机。
我可以在媒体查询中包装桌面,但我宁愿使用较小的移动查询来默认。但是,NetBeans说这是无效的:
.reader-profile .description {margin-bottom:inherit;font-size:inherit;}
由于margin-bottom的继承值。但是,根据W3学校的说法,这是一个正确的属性:http://www.w3schools.com/cssref/pr_margin-bottom.asp
谁或什么是正确的?
答案 0 :(得分:0)
根据w3c网站here,它是有效的。
如果您突出显示margin-bottom
并按 ctrl + 空格,您将看到与w3.org完全相同的信息。
可能是netbeans在突出显示unexpected characters