From c15b259f43945fd9cf0d66f04504665ae9298f1a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 10:43:58 -0700 Subject: run grunt dist for #9864 --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cb634921f..1eb1fc95a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1478,13 +1478,13 @@ th { background-color: #f5f5f5; } -table col[class^="col-"] { +table col[class*="col-"] { display: table-column; float: none; } -table td[class^="col-"], -table th[class^="col-"] { +table td[class*="col-"], +table th[class*="col-"] { display: table-cell; float: none; } -- cgit v1.2.3