From 073389ca5eafd0972a8e9e32b6a64c97d9340083 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Sep 2014 22:14:27 -0700 Subject: Rename .table-condensed to .table-sm --- dist/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8c4eecdcc..55071c205 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1442,12 +1442,12 @@ th { .table > tbody + tbody { border-top: 2px solid #eceeef; } -.table-condensed > thead > tr > th, -.table-condensed > tbody > tr > th, -.table-condensed > tfoot > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > td { +.table-sm > thead > tr > th, +.table-sm > tbody > tr > th, +.table-sm > tfoot > tr > th, +.table-sm > thead > tr > td, +.table-sm > tbody > tr > td, +.table-sm > tfoot > tr > td { padding: .3rem; } .table-bordered { -- cgit v1.2.3