shithub: werc

Download patch

ref: 86ec5854b4763e19f0c4f2c8a5f3eaf473ca8cce
parent: bc3bc8c135d6b3b61836899169e0e46e6c5ad308
author: uriel <uriel@engel.se.cat-v.org>
date: Thu Jun 21 14:27:28 EDT 2007

Add style for blockquote

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