From 3c89f7bb5f69900db2d89348428019edd8fa7850 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Aug 2012 23:07:53 -0700 Subject: fix chevron on js docs and run make after table changes --- docs/assets/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b2e903cc9..810a67df3 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; } -- cgit v1.2.3