Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add class for center-aligned blockquotes #19637

Closed
surjithctly opened this issue Mar 29, 2016 · 4 comments
Closed

Add class for center-aligned blockquotes #19637

surjithctly opened this issue Mar 29, 2016 · 4 comments

Comments

@surjithctly
Copy link

If you see majority of websites, The quotes / testimonials are center aligned. So its good to make a center-aligned blockquote.

<blockquote class="blockquote blockquote-center">
  <p class="m-b-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>

Optional: Add an Image Avatar at top in the Docs using existing classes?

PS: Is that search button on the documentation actually works? I did a search for "blockquote" but returned no result found :(

~Surjith

@RyanZim
Copy link

RyanZim commented Mar 29, 2016

What styling did you have in mind for .blockquote-center?

The search box in the v4-alpha docs only searches the page names, not their contents.

@surjithctly
Copy link
Author

Something like this:
testimonials

It adds text-align: center, removes the grey bar and make &emdash; before the cite.

@cvrebert cvrebert changed the title v4: Make Center Aligned Blockquote Add class for center-aligned blockquotes Mar 29, 2016
@jonahallibone
Copy link

#19819

@mdo mdo modified the milestone: v4.1 ideas Oct 24, 2016
@mdo
Copy link
Member

mdo commented Jul 1, 2017

This was made possible with #22949.

@mdo mdo closed this as completed Jul 1, 2017
@mdo mdo modified the milestones: v4.1 ideas, v4.0.0-beta Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants