From 452634f77d36c90dae63c29cf412ab17753a644e Mon Sep 17 00:00:00 2001 From: gdetrez Date: Sun, 1 May 2011 09:48:44 +0000 Subject: [PATCH] changing paragraph style from indents to blank line --- css/typography.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/css/typography.css b/css/typography.css index 44f0637..7c73316 100644 --- a/css/typography.css +++ b/css/typography.css @@ -80,16 +80,10 @@ p { margin-bottom: 24px; } - -p { - margin-bottom: 24px; -} - - -p+p { - text-indent: 1em; - margin-top: -24px; -} +/* p+p { */ +/* text-indent: 1em; */ +/* margin-top: -24px; */ +/* } */ /*--- LINKS ---*/