2014-05-19 65 views
0

自舉顯示"Sum of columns col-md-* must not exceed 12 "。我定義了col-md-2兩次。而已。可能是什麼問題呢?自舉列col-md- *不得超過12

<div class="col-md-10" id="box_front_top"> 
    <div class="col-md-2"> 
     @Html.ActionLink(i18n_Models_Category.CategoryManagement, "Index", "Category", null, new { @class = "btn btn-primary reset-a-visited" }) 
    </div> 
    <div class="col-md-2 col-xs-offset-1"> 
     @Html.ActionLink(i18n_General.ImageManagement, "Index", "Image", null, new { @class = "btn btn-primary reset-a-visited" }) 
    </div> 
</div> 

enter image description here

回答