From 9cb1fcba82027daa21eb457f1b2912ee02e5c7eb Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 14 Dec 2008 09:39:10 -0500 Subject: Major design and code overhaul I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good. --- theme/css/blog.php | 13 +++++++++ theme/css/bubbles.css | 9 ++++--- theme/css/website.css | 74 +++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 78 insertions(+), 18 deletions(-) (limited to 'theme/css') diff --git a/theme/css/blog.php b/theme/css/blog.php index b4b80d0..bef21dd 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php @@ -91,6 +91,13 @@ div.entry { font: 75%/150% Arial, "Trebuchet MS", Tahoma; } +div.entry ol, +div.entry ul, +a[name|="comment"]+div.bubble ol, +a[name|="comment"]+div.bubble ul { + margin-left: 3em; +} +