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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user