Attempts to make block quotations actually look like block quotations.

svn path=/trunk/; revision=11130
pull/8/head
att 15 years ago
parent a150c3b06d
commit 9d5c623d68

@ -66,6 +66,12 @@ a[name], a[name]:hover, a.gl img, a.gl:link, a.gl:visited, a.gl:hover {
display: none;
}
/* attempts to resemble typographical block quotations */
blockquote {
font-size: 90%;
line-height: 115%;
}
/* ------------------------------------------------------------------------- */
/* Logo */
/* ------------------------------------------------------------------------- */

Loading…
Cancel
Save