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
221f41ad
Commit
221f41ad
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
account for new blockquote changes
parent
150d686a
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/card.md
+8
-8
docs/4.0/components/card.md
with
8 additions
and
8 deletions
+8
-8
docs/4.0/components/card.md
+
8
-
8
View file @
221f41ad
...
...
@@ -149,9 +149,9 @@ Card headers can be styled by adding `.card-header` to `<h*>` elements.
Quote
</div>
<div
class=
"card-body"
>
<blockquote
class=
"blockquote"
>
<blockquote
class=
"blockquote
mb-0
"
>
<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>
<footer
class=
"blockquote-footer"
>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite></footer>
</blockquote>
</div>
</div>
...
...
@@ -574,9 +574,9 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
</div>
</div>
<div
class=
"card p-3"
>
<blockquote
class=
"blockquote card-body"
>
<blockquote
class=
"blockquote
mb-0
card-body"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
<footer>
<footer
class=
"blockquote-footer"
>
<small
class=
"text-muted"
>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite>
</small>
...
...
@@ -592,9 +592,9 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
</div>
</div>
<div
class=
"card card-dark card-primary p-3 text-center"
>
<blockquote
class=
"blockquote"
>
<blockquote
class=
"blockquote
mb-0
"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.
</p>
<footer>
<footer
class=
"blockquote-footer"
>
<small>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite>
</small>
...
...
@@ -612,9 +612,9 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
<img
class=
"card-img"
data-src=
"holder.js/100px260/"
alt=
"Card image"
>
</div>
<div
class=
"card p-3 text-right"
>
<blockquote
class=
"blockquote"
>
<blockquote
class=
"blockquote
mb-0
"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
<footer>
<footer
class=
"blockquote-footer"
>
<small
class=
"text-muted"
>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite>
</small>
...
...
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