Commit 3c89f7bb authored by Mark Otto's avatar Mark Otto

fix chevron on js docs and run make after table changes

parent 85f1f225
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment