diff themes/blog.steve.org.uk/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 df0201e39fed
line wrap: on
line diff
--- a/themes/blog.steve.org.uk/style.css	Wed Dec 12 17:54:59 2007 +0000
+++ b/themes/blog.steve.org.uk/style.css	Thu Dec 13 09:58:33 2007 +0000
@@ -100,4 +100,12 @@
         border: 1px solid black;
         background-color: #eee;
         font-size: 80%;
-}
\ No newline at end of file
+}
+
+pre {
+	overflow:	auto;
+	background:	rgb(230,230,230);
+	border:		solid;
+	border-width:	thin;
+	padding: 5px  10px;
+}