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:
parent
85f1f2257b
commit
3c89f7bb5f
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user