From 438d264c973c3a3e54dd9a4b005845de4c2f1b52 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 8 May 2005 01:34:27 +0000 Subject: [PATCH]
 style has changed

svn path=/trunk/boinc/; revision=6075
---
 html/user/style-black.css | 5 +++++
 html/user/style.css       | 8 +++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/html/user/style-black.css b/html/user/style-black.css
index a4e47625ff..d680a18d80 100644
--- a/html/user/style-black.css
+++ b/html/user/style-black.css
@@ -40,6 +40,11 @@ h3 , h4 {
 	font-weight: bold;
 }
 
+pre {
+	white-space: normal;
+	margin: 0;
+}
+
 .title {
 	font-size: small;
 	font-weight: bold;
diff --git a/html/user/style.css b/html/user/style.css
index 83ac1871f0..505e849abf 100644
--- a/html/user/style.css
+++ b/html/user/style.css
@@ -39,6 +39,11 @@ h3 , h4 {
 	font-weight: bold;
 }
 
+pre {
+	white-space: normal;
+	margin: 0;
+}
+
 .title {
 	font-size: small;
 	font-weight: bold;
@@ -58,4 +63,5 @@ blockquote {
 .authorcol {
 	width: 100px;
 	overflow: hidden;
-}
\ No newline at end of file
+}
+