diff options
| author | Mark Otto <[email protected]> | 2015-08-10 22:47:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 22:47:50 -0700 |
| commit | 1624c5b5942861c38ff17ff848fbecd9dcad6a7b (patch) | |
| tree | 0300312c4066b2e78d6790be18da5623478399ab /docs | |
| parent | d7f4985639f590765879714e4e6931453a231c06 (diff) | |
| download | bootstrap-1624c5b5942861c38ff17ff848fbecd9dcad6a7b.tar.xz bootstrap-1624c5b5942861c38ff17ff848fbecd9dcad6a7b.zip | |
remove commented out code
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_layout.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss index 0b87f4401..aafec6ad9 100644 --- a/docs/assets/scss/_layout.scss +++ b/docs/assets/scss/_layout.scss @@ -1,34 +1,10 @@ -// Custom container -// -// Doesn't use the default `.container` styles for easier modifications. - .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 { display: block; width: 100%; max-width: 100%; overflow-y: auto; margin-bottom: $spacer; - // border: 1px solid $table-border-color; // Cells > thead, @@ -40,7 +16,6 @@ padding: $table-cell-padding; line-height: $line-height; vertical-align: top; - // border-top: 1px solid $table-border-color; border: 1px solid $table-border-color; > p:last-child { |
