Attempts to make block quotations actually look like block quotations.

svn path=/trunk/; revision=11130
This commit is contained in:
att 2008-09-28 23:44:50 +00:00
parent a150c3b06d
commit 9d5c623d68
1 changed files with 6 additions and 0 deletions

View File

@ -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 */
/* ------------------------------------------------------------------------- */