From 9b77e92c7be395ccc4e7b6908e426e8ce91d6893 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Sep 2013 20:03:52 -0700 Subject: [PATCH] (less) fixes #10526: Remove custom background on responsive tables and set it in the docs where it should've been originally --- tables.less | 1 - 1 file changed, 1 deletion(-) diff --git a/tables.less b/tables.less index ace7e4ba1e13..35291750a050 100644 --- a/tables.less +++ b/tables.less @@ -194,7 +194,6 @@ table { // Tighten up spacing and give a background color > .table { margin-bottom: 0; - background-color: #fff; // Ensure the content doesn't wrap > thead,