From c020669b07f348ad4f3155850bbd5952cc47696e Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Sun, 18 Jan 2015 05:11:01 +0000 Subject: automatic grunt dist --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 01bdb0804..0c5e399ec 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2297,7 +2297,7 @@ th { .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.table-striped > tbody > tr:nth-child(odd) { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { -- cgit v1.2.3