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
0b739541
Commit
0b739541
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #19244 from twbs/figure-caption-font-size
Add $figure-caption-font-size variable
parents
79c955f0
3a4dbd9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_images.scss
+1
-1
scss/_images.scss
scss/_variables.scss
+5
-0
scss/_variables.scss
with
6 additions
and
1 deletion
+6
-1
scss/_images.scss
+
1
-
1
View file @
0b739541
...
...
@@ -47,6 +47,6 @@
}
.figure-caption
{
font-size
:
90%
;
font-size
:
$figure-caption-font-size
;
color
:
$gray-light
;
}
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
5
-
0
View file @
0b739541
...
...
@@ -737,6 +737,11 @@ $thumbnail-border-radius: $border-radius !default;
$thumbnail-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
075
)
!
default
;
// Figures
$figure-caption-font-size
:
90%
!
default
;
// Breadcrumbs
$breadcrumb-padding-y
:
.75rem
!
default
;
...
...
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