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
ffc38b33
Commit
ffc38b33
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #17900 from kkirsche/patch-34
Use .blockquote class in V4 examples page
parents
96f21a80
a05008cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/reboot.md
+1
-1
docs/content/reboot.md
with
1 addition
and
1 deletion
+1
-1
docs/content/reboot.md
+
1
-
1
View file @
ffc38b33
...
...
@@ -272,7 +272,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro
The default
`margin`
on blockquotes is
`1em 40px`
, so we reset that to
`0 0 1rem`
for something more consistent with other elements.
<div
class=
"bd-example"
>
<blockquote>
<blockquote
class=
"blockquote"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
<footer>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite></footer>
</blockquote>
...
...
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