Skip to content

Commit

Permalink
blockquote cite style
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 27, 2015
1 parent 7dbf1d3 commit 1ad9cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ blockquote p {
text-align: inherit;
}

blockquote cite:before {
content: " — ";
}

.thin {
font-weight: 300;
}
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="thin">I try to write as little code as possible.</h2>
<blockquote class="thin italic">
<p>The trouble with computers is you play with them. They are so wonderful. You have these switches--if it's an even number you do this, if it's an odd number you do that--and pretty soon you can do more and more elaborate things if you are clever enough, on one machine.</p>
<footer>
<cite style="thin">Richard Feynman</cite>
<cite style="thin">Richard Feynman</cite>
</footer>
</blockquote>
</div>
Expand Down

0 comments on commit 1ad9cb2

Please sign in to comment.