From 70ab7d9176a8939c91c53b1f77d6b0d9736df2bf Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 2 Oct 2008 13:29:37 +0200 Subject: Simplify text-indent --- data/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/data/style.css b/data/style.css index 13a7580..2a2e75e 100644 --- a/data/style.css +++ b/data/style.css @@ -65,7 +65,8 @@ p { display: inline; } -.entry-content > p { +.entry-content > p, +.quick { text-indent: 1em; } @@ -91,10 +92,6 @@ address { } -p + .quick p:first-child { - margin-left: 1em; -} - .quick p { display: inline; } -- cgit 1.4.1