Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1624c5b5
Commit
1624c5b5
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove commented out code
parent
d7f49856
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_layout.scss
+0
-25
docs/assets/scss/_layout.scss
with
0 additions
and
25 deletions
+0
-25
docs/assets/scss/_layout.scss
+
0
-
25
View file @
1624c5b5
// 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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment