Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
0173b553
Commit
0173b553
authored
Aug 05, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken table in the forms docs
parent
36800a27
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
52 deletions
+48
-52
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+25
-33
docs/assets/css/docs.min.css.map
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/scss/_layout.scss
docs/assets/scss/_layout.scss
+23
-19
No files found.
docs/assets/css/docs.min.css
View file @
0173b553
...
@@ -7,38 +7,30 @@
...
@@ -7,38 +7,30 @@
.bd-docs
{
.bd-docs
{
padding-top
:
3.65rem
;
}
padding-top
:
3.65rem
;
}
.bd-container
{
.bd-content
>
table
{
position
:
relative
;
max-width
:
62rem
;
padding
:
0
1rem
1rem
;
margin-right
:
auto
;
margin-left
:
auto
;
}
@media
(
min-width
:
48em
)
{
.bd-container
{
padding
:
2rem
;
}
}
@media
(
min-width
:
62em
)
{
.bd-container
{
padding
:
4rem
;
}
.bd-container
.carbonad
{
float
:
right
!important
;
margin
:
0.5rem
0
1rem
2rem
!important
;
}
}
.bd-container
>
table
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
max-width
:
100%
;
max-width
:
100%
;
overflow-y
:
auto
;
overflow-y
:
auto
;
margin-bottom
:
1rem
;
}
margin-bottom
:
1rem
;
}
.bd-container
>
table
>
thead
>
tr
>
th
,
.bd-content
>
table
>
thead
>
tr
>
th
,
.bd-container
>
table
>
thead
>
tr
>
td
,
.bd-content
>
table
>
thead
>
tr
>
td
,
.bd-container
>
table
>
tbody
>
tr
>
th
,
.bd-content
>
table
>
tbody
>
tr
>
th
,
.bd-container
>
table
>
tbody
>
tr
>
td
,
.bd-content
>
table
>
tbody
>
tr
>
td
,
.bd-container
>
table
>
tfoot
>
tr
>
th
,
.bd-content
>
table
>
tfoot
>
tr
>
th
,
.bd-container
>
table
>
tfoot
>
tr
>
td
{
.bd-content
>
table
>
tfoot
>
tr
>
td
{
padding
:
0.75rem
;
padding
:
0.75rem
;
line-height
:
1.5
;
line-height
:
1.5
;
vertical-align
:
top
;
vertical-align
:
top
;
border
:
1px
solid
#eceeef
;
}
border
:
1px
solid
#eceeef
;
}
.bd-container
>
table
td
:first-child
>
code
{
.bd-content
>
table
>
thead
>
tr
>
th
>
p
:last-child
,
.bd-content
>
table
>
thead
>
tr
>
td
>
p
:last-child
,
.bd-content
>
table
>
tbody
>
tr
>
th
>
p
:last-child
,
.bd-content
>
table
>
tbody
>
tr
>
td
>
p
:last-child
,
.bd-content
>
table
>
tfoot
>
tr
>
th
>
p
:last-child
,
.bd-content
>
table
>
tfoot
>
tr
>
td
>
p
:last-child
{
margin-bottom
:
0
;
}
.bd-content
>
table
td
:first-child
>
code
{
white-space
:
nowrap
;
}
white-space
:
nowrap
;
}
.bd-pageheader
{
.bd-pageheader
{
...
...
docs/assets/css/docs.min.css.map
View file @
0173b553
This diff was suppressed by a .gitattributes entry.
docs/assets/scss/_layout.scss
View file @
0173b553
...
@@ -7,25 +7,25 @@
...
@@ -7,25 +7,25 @@
//
//
// Doesn't use the default `.container` styles for easier modifications.
// Doesn't use the default `.container` styles for easier modifications.
.bd-cont
ainer
{
.bd-cont
ent
{
position
:
relative
;
//
position: relative;
max-width
:
62rem
;
//
max-width: 62rem;
padding
:
0
1rem
1rem
;
//
padding: 0 1rem 1rem;
margin-right
:
auto
;
//
margin-right: auto;
margin-left
:
auto
;
//
margin-left: auto;
@include
media-breakpoint-up
(
md
)
{
//
@include media-breakpoint-up(md) {
padding
:
2rem
;
//
padding: 2rem;
}
//
}
//
@include
media-breakpoint-up
(
lg
)
{
//
@include media-breakpoint-up(lg) {
padding
:
4rem
;
//
padding: 4rem;
//
.carbonad
{
//
.carbonad {
float
:
right
!
important
;
//
float: right !important;
margin
:
.5rem
0
1rem
2rem
!
important
;
//
margin: .5rem 0 1rem 2rem !important;
}
//
}
}
//
}
>
table
{
>
table
{
display
:
block
;
display
:
block
;
...
@@ -47,6 +47,10 @@
...
@@ -47,6 +47,10 @@
vertical-align
:
top
;
vertical-align
:
top
;
// border-top: 1px solid $table-border-color;
// border-top: 1px solid $table-border-color;
border
:
1px
solid
$table-border-color
;
border
:
1px
solid
$table-border-color
;
>
p
:last-child
{
margin-bottom
:
0
;
}
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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