From 2854c5c3fb65b709fbf32d05faccf7a294626cca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Dec 2013 19:40:08 -0800 Subject: Fixes #11952: Refactor blockquote styles * Deprecate .pull-right class for .blockquote-reverse * Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content --- css.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 6119b2e04..97c0ff468 100644 --- a/css.html +++ b/css.html @@ -872,15 +872,15 @@ base_url: "../" {% endhighlight %}

Alternate displays

-

Use .pull-right for a floated, right-aligned blockquote.

+

Add .blockquote-reverse for blockquote with right-aligned content.

-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title
{% highlight html %} -
+
...
{% endhighlight %} -- cgit v1.2.3