From 3c89f7bb5f69900db2d89348428019edd8fa7850 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Aug 2012 23:07:53 -0700 Subject: [PATCH] fix chevron on js docs and run make after table changes --- docs/assets/css/bootstrap.css | 6 +++--- docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b2e903cc98..810a67df3d 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 8660f79b26..f9ede2f2b9 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -97,7 +97,7 @@
  • Button
  • Collapse
  • Carousel
  • -
  • Typeahead
  • +
  • Typeahead
  • Affix
  • diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 32c08309c1..296ccef81c 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -26,7 +26,7 @@
  • {{_i}}Button{{/i}}
  • {{_i}}Collapse{{/i}}
  • {{_i}}Carousel{{/i}}
  • -
  • {{_i}}Typeahead{{/i}}
  • +
  • {{_i}}Typeahead{{/i}}
  • {{_i}}Affix{{/i}}