mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
remove commented out code
This commit is contained in:
@@ -1,34 +1,10 @@
|
|||||||
// Custom container
|
|
||||||
//
|
|
||||||
// Doesn't use the default `.container` styles for easier modifications.
|
|
||||||
|
|
||||||
.bd-content {
|
.bd-content {
|
||||||
// position: relative;
|
|
||||||
// max-width: 62rem;
|
|
||||||
// padding: 0 1rem 1rem;
|
|
||||||
// margin-right: auto;
|
|
||||||
// margin-left: auto;
|
|
||||||
|
|
||||||
// @include media-breakpoint-up(md) {
|
|
||||||
// padding: 2rem;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @include media-breakpoint-up(lg) {
|
|
||||||
// padding: 4rem;
|
|
||||||
//
|
|
||||||
// .carbonad {
|
|
||||||
// float: right !important;
|
|
||||||
// margin: .5rem 0 1rem 2rem !important;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
> table {
|
> table {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
// border: 1px solid $table-border-color;
|
|
||||||
|
|
||||||
// Cells
|
// Cells
|
||||||
> thead,
|
> thead,
|
||||||
@@ -40,7 +16,6 @@
|
|||||||
padding: $table-cell-padding;
|
padding: $table-cell-padding;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
// border-top: 1px solid $table-border-color;
|
|
||||||
border: 1px solid $table-border-color;
|
border: 1px solid $table-border-color;
|
||||||
|
|
||||||
> p:last-child {
|
> p:last-child {
|
||||||
|
Reference in New Issue
Block a user