From 89b6477bdc3c86a59c22a62778a6879c220c5df5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:13:11 -0800 Subject: Remove .info from table rows --- docs/assets/css/bootstrap.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1e78aa66d..e9df5670c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -979,10 +979,6 @@ table th[class*="span"] { background-color: #fcf8e3; } -.table tbody tr.info > td { - background-color: #d9edf7; -} - .table-hover tbody tr.success:hover > td { background-color: #d0e9c6; } @@ -995,10 +991,6 @@ table th[class*="span"] { background-color: #faf2cc; } -.table-hover tbody tr.info:hover > td { - background-color: #c4e3f3; -} - form { margin: 0; } -- cgit v1.2.3