From 393d523cdbf14c4522ed13dca701120aeded352c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:23:55 -0800 Subject: Fixes #11660: Depcreate small and .small in blockquote in favor of footer --- css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 4bf8cf7ab..f7e70404d 100644 --- a/css.html +++ b/css.html @@ -857,17 +857,17 @@ base_url: "../"

Style and content changes for simple variations on a standard <blockquote>.

Naming a source

-

Add <small> tag or .small class for identifying the source. Wrap the name of the source work in <cite>.

+

Add a <footer> for identifying the source. Wrap the name of the source work in <cite>.

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

- Someone famous in Source Title +
Someone famous in Source Title
{% highlight html %}

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

- Someone famous in Source Title +
Someone famous in Source Title
{% endhighlight %} @@ -876,7 +876,7 @@ base_url: "../"

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

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