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
677b7bd1
Commit
677b7bd1
authored
9 years ago
by
O'meid
Committed by
Mark Otto
9 years ago
Browse files
Options
Download
Email Patches
Plain Diff
scss: move Figures from _type to _images
parent
078c7cac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_images.scss
+20
-0
scss/_images.scss
scss/_type.scss
+0
-20
scss/_type.scss
with
20 additions
and
20 deletions
+20
-20
scss/_images.scss
+
20
-
0
View file @
677b7bd1
...
@@ -32,3 +32,23 @@
...
@@ -32,3 +32,23 @@
.img-circle
{
.img-circle
{
border-radius
:
50%
;
border-radius
:
50%
;
}
}
//
// Figures
//
.figure
{
// Ensures the caption's text aligns with the image.
display
:
inline-block
;
>
img
{
@extend
.img-fluid
;
margin-bottom
:
(
$spacer-y
/
2
);
line-height
:
1
;
}
}
.figure-caption
{
font-size
:
90%
;
color
:
$gray-light
;
}
This diff is collapsed.
Click to expand it.
scss/_type.scss
+
0
-
20
View file @
677b7bd1
...
@@ -162,23 +162,3 @@ mark,
...
@@ -162,23 +162,3 @@ mark,
}
}
}
}
}
}
//
// Figures
//
.figure
{
// Ensures the caption's text aligns with the image.
display
:
inline-block
;
>
img
{
@extend
.img-fluid
;
margin-bottom
:
(
$spacer-y
/
2
);
line-height
:
1
;
}
}
.figure-caption
{
font-size
:
90%
;
color
:
$gray-light
;
}
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