Commit 6d963e5c authored by Vadim Makeev's avatar Vadim Makeev

wrong usage of cite attr for bq removed

parent 92f110a6
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<header> <header>
<h2>Block Quote</h2> <h2>Block Quote</h2>
</header> </header>
<blockquote cite="Anonymous"> <blockquote>
<p>This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser, lock up your machine, erase your hard drive.</p> <p>This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or may not crash your browser, lock up your machine, erase your hard drive.</p>
</blockquote> </blockquote>
</section> </section>
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<header> <header>
<h2>Цитата</h2> <h2>Цитата</h2>
</header> </header>
<blockquote cite="Аноним"> <blockquote>
<p>Очередь заведено создаете те про, джоэл должен написано вы всю. Получаете отказаться программистов миф мы, не пишете размере количества нее, по две.</p> <p>Очередь заведено создаете те про, джоэл должен написано вы всю. Получаете отказаться программистов миф мы, не пишете размере количества нее, по две.</p>
</blockquote> </blockquote>
</section> </section>
......
...@@ -97,13 +97,6 @@ BODY { ...@@ -97,13 +97,6 @@ BODY {
font:200px/1 'PT Sans', sans-serif; font:200px/1 'PT Sans', sans-serif;
content:'\201C'; /* ldquo */ content:'\201C'; /* ldquo */
} }
.slide blockquote:after {
margin:-45px 0 45px;
display:block;
color:#444;
font-weight:bold;
content:attr(cite);
}
/* Lists */ /* Lists */
.slide ol, .slide ol,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment