2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fixes #10526: Remove custom background on responsive tables and set it in the docs where it should've been originally

This commit is contained in:
Mark Otto
2013-09-08 20:03:52 -07:00
parent afb6cf1d01
commit fff5e540f5
4 changed files with 14 additions and 11 deletions
+5
View File
@@ -676,6 +676,11 @@ h1[id] {
margin: 5px;
}
/* Tables */
.bs-example > .table-responsive > .table {
background-color: #fff;
}
/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {