diff themes/default/style.css @ 106:e8bbce758855

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents b67757b6fdae
children 5225c6026410
line wrap: on
line diff
--- a/themes/default/style.css	Wed Dec 12 17:54:59 2007 +0000
+++ b/themes/default/style.css	Thu Dec 13 09:58:33 2007 +0000
@@ -101,4 +101,12 @@
 	background-color: white;
 	border-left: 1px solid rgb(128, 128, 128);
 	margin: 0;
-}
\ No newline at end of file
+}
+
+pre {
+	overflow:	auto;
+	background:	rgb(230,230,230);
+	border:		solid;
+	border-width:	thin;
+	padding: 5px  10px;
+}