0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix chevron on js docs and run make after table changes

This commit is contained in:
Mark Otto 2012-08-07 23:07:53 -07:00
parent 85f1f2257b
commit 3c89f7bb5f
3 changed files with 5 additions and 5 deletions

View File

@ -2018,15 +2018,15 @@ table .span24 {
margin-left: 0;
}
.table tbody .success td {
.table tbody tr.success td {
background-color: #dff0d8;
}
.table tbody .error td {
.table tbody tr.error td {
background-color: #f2dede;
}
.table tbody .info td {
.table tbody tr.info td {
background-color: #d9edf7;
}

View File

@ -97,7 +97,7 @@
<li><a href="#buttons"><i class="icon-chevron-right"></i> Button</a></li>
<li><a href="#collapse"><i class="icon-chevron-right"></i> Collapse</a></li>
<li><a href="#carousel"><i class="icon-chevron-right"></i> Carousel</a></li>
<li><a href="#typeahead">Typeahead</a></li>
<li><a href="#typeahead"><i class="icon-chevron-right"></i> Typeahead</a></li>
<li><a href="#affix"><i class="icon-chevron-right"></i> Affix</a></li>
</ul>
</div>

View File

@ -26,7 +26,7 @@
<li><a href="#buttons"><i class="icon-chevron-right"></i> {{_i}}Button{{/i}}</a></li>
<li><a href="#collapse"><i class="icon-chevron-right"></i> {{_i}}Collapse{{/i}}</a></li>
<li><a href="#carousel"><i class="icon-chevron-right"></i> {{_i}}Carousel{{/i}}</a></li>
<li><a href="#typeahead">{{_i}}Typeahead{{/i}}</a></li>
<li><a href="#typeahead"><i class="icon-chevron-right"></i> {{_i}}Typeahead{{/i}}</a></li>
<li><a href="#affix"><i class="icon-chevron-right"></i> {{_i}}Affix{{/i}}</a></li>
</ul>
</div>