commit fc32781850c5e1e63be4d0560fd1c46d745bc044 parent fae47cf89acc7809bef6be5fec4084d4c2f4a8b2 Author: uriel@engel.se.cat-v.org <unknown> Date: Thu, 21 Jun 2007 18:27:28 +0200 Add style for blockquote Diffstat:
| M | pub/style/style.css | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/pub/style/style.css b/pub/style/style.css @@ -353,3 +353,8 @@ pre { } +/* Quotes */ +blockquote { + border-left: 1px solid blue; + font-style: italic; +}