Add style for blockquote

This commit is contained in:
Uriel 2007-06-21 18:27:28 +02:00
parent e558c96047
commit 427a69a938

View file

@ -353,3 +353,8 @@ pre {
}
/* Quotes */
blockquote {
border-left: 1px solid blue;
font-style: italic;
}