标签:
1. 在SharePoint 2013中应用Bootstrap时,需要添加以下css:
<style> .container{ margin-left:0px; margin-right:0px; text-shadow:none; } .disabled{ opacity: 0.15 !important; filter: alpha(opacity=15) !important; } body{ font-size:13px; font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif; line-height:normal; } #pageTitle{ margin:0px; } </style>
而且还需要对bootstrap.min.css文件进行修改,将左右的 {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}改为content-box;
2.
标签:
原文地址:http://www.cnblogs.com/qijiage/p/4506130.html