diff --git a/web/root/sajax-forum/style.css b/web/root/sajax-forum/style.css
index 09a4fdd6282c277ac71fda600a704132f5e2bb1c..6b3d73d842b0409cfbaa4645504e0f062d9bf7c3 100644
--- a/web/root/sajax-forum/style.css
+++ b/web/root/sajax-forum/style.css
@@ -92,3 +92,9 @@ body {
 .load_more_messages {
 	background-color: #999;
 }
+
+blockquote {
+	border-width: 1px;
+	border-color: black;
+	border-style: dashed;
+}