Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
33f3ba33
Commit
33f3ba33
authored
7 years ago
by
ysds
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add color variable for caption (#25657)
parent
24a5376a
3 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!17021
v4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_reboot.scss
+1
-1
scss/_reboot.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
2 additions
and
1 deletion
+2
-1
scss/_reboot.scss
+
1
-
1
View file @
33f3ba33
...
...
@@ -290,7 +290,7 @@ table {
caption
{
padding-top
:
$table-cell-padding
;
padding-bottom
:
$table-cell-padding
;
color
:
$t
ext-muted
;
color
:
$t
able-caption-color
;
text-align
:
left
;
caption-side
:
bottom
;
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
33f3ba33
...
...
@@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default;
$table-striped-order
:
odd
!
default
;
$table-caption-color
:
$text-muted
!
default
;
// Buttons + Forms
//
...
...
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
Menu
Explore
Projects
Groups
Snippets