changeset 106:e8bbce758855

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents 7a7c3faf3171
children 46db55d5fa50
files debian/changelog themes/blocky/style.css themes/blog.steve.org.uk/style.css themes/copyrighteous/style.css themes/default/style.css
diffstat 5 files changed, 40 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Wed Dec 12 17:54:59 2007 +0000
+++ b/debian/changelog	Thu Dec 13 09:58:33 2007 +0000
@@ -1,3 +1,10 @@
+chronicle (1.3-1) unstable; urgency=low
+
+  * Pre-release.
+    - Support for comments.
+
+ -- Steve Kemp <skx@debian.org>  Wed, 12 Dec 2007 11:58:11 +0000
+
 chronicle (1.2-1) unstable; urgency=low
 
   * Initial upload to Debian.
--- 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;
+}
--- 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;
+}
--- 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;
+}
 
--- 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;
+}