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

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents f37430dda970
children 8f229d281e50
line wrap: on
line diff
--- a/themes/copyrighteous/style.css	Wed Dec 12 17:54:59 2007 +0000
+++ b/themes/copyrighteous/style.css	Thu Dec 13 09:58:33 2007 +0000
@@ -51,4 +51,11 @@
 img {
     margin: 2px;
 }
+pre {
+	overflow:	auto;
+	background:	rgb(230,230,230);
+	border:		solid;
+	border-width:	thin;
+	padding: 5px  10px;
+}