From c0dc9c9142f95c5d7ba482f6f723c3fb58d8fee1 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 8 May 2005 01:36:23 +0000 Subject: [PATCH]
 style has changed Blockquotes have a better style

svn path=/trunk/boinc/; revision=6076
---
 html/user/white.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/html/user/white.css b/html/user/white.css
index 1d1b28631f..e4b007d890 100644
--- a/html/user/white.css
+++ b/html/user/white.css
@@ -114,6 +114,11 @@ h3 , h4 {
 	font-weight: bold;
 }
 
+pre {
+	white-space: normal;
+	margin: 0;
+}
+
 img {
     border: 0px;
 }
@@ -127,3 +132,17 @@ img {
 	font-size: 80%;
 	font-weight: normal;
 }
+
+.authorcol {
+	width: 115px;
+	overflow: hidden;
+}
+
+blockquote {
+	border-left: 2px solid blue;
+	padding-left: 5px;
+	padding-bottom: 0px;
+	margin-bottom: 0px;
+	margin-left: 10px;
+	font-style: italic;
+}