diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b2e903cc98c9aa299410abde329316e393c4a861..810a67df3df7b410a5995ef8068244f67f6b6df6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } diff --git a/docs/javascript.html b/docs/javascript.html index 8660f79b26f6aa0de566e14d47a8d520c1a8b039..f9ede2f2b96e3437a342f2cb78c29c09691ebcc7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 32c08309c1546292a4380bcd7bb2558cfa7fda93..296ccef81cffa41d3590462935c1feebac51f4ad 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -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>