changeset 273:9c7b1fb8db5f

Updated
author Steve Kemp <steve@steve.org.uk>
date Sun, 10 Aug 2008 18:42:28 +0100
parents 03cc3b5b6cd4
children 5b78b571a844
files themes/blog.mail-scanning.com/layout.css
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blog.mail-scanning.com/layout.css	Mon Aug 04 20:52:05 2008 +0100
+++ b/themes/blog.mail-scanning.com/layout.css	Sun Aug 10 18:42:28 2008 +0100
@@ -126,3 +126,19 @@
 pre:hover{
     background-color: #FAEBD7 !important;
 }
+
+div.entry h2 {
+    size: 120%;
+}
+div.entry div.date {
+    float:right;
+    padding: 4px;
+}
+div.entry div.body {
+    border-top: 1px solid black;
+}
+div.entry div.tags {
+}
+div.entry div.tags span.comments {
+        padding: 5px;
+}