diff themes/blog.steve.org.uk/style.css @ 166:df0201e39fed

Added 'cut' implementation.
author Steve Kemp <steve@steve.org.uk>
date Tue, 11 Mar 2008 20:18:47 +0000
parents e8bbce758855
children
line wrap: on
line diff
--- a/themes/blog.steve.org.uk/style.css	Wed Jan 16 18:50:40 2008 +0000
+++ b/themes/blog.steve.org.uk/style.css	Tue Mar 11 20:18:47 2008 +0000
@@ -57,7 +57,7 @@
 	font-weight: bold;
 	font-size: 120%;
 	padding: 0.26ex 10px;
-	
+
 }
 div.entry div.date {
         text-align: right;
@@ -82,6 +82,12 @@
         float: left;
 }
 
+div.entry div.body ul
+{
+	list-style-type: disc;
+	list-style-position: inside;
+	margin: 0 0 1em 0;
+}
 
 ul {
 	list-style-type: none;