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

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents acbe466b3c13
children
line wrap: on
line diff
--- a/themes/blocky/style.css	Wed Dec 12 17:54:59 2007 +0000
+++ b/themes/blocky/style.css	Thu Dec 13 09:58:33 2007 +0000
@@ -43,3 +43,11 @@
 legend {
         font-weight: bold;
 }
+
+pre {
+	overflow:	auto;
+	background:	rgb(230,230,230);
+	border:		solid;
+	border-width:	thin;
+	padding: 5px  10px;
+}