From 66f228f2b44facb13521a7accc8a9d5dcb44aa05 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Sat, 5 Mar 2005 14:34:39 +0000 Subject: [PATCH] - Adding paragraph margins which were removed from drupal.css --- themes/bluemarine/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css index 01f510858ee1..4f6e637d6c8a 100644 --- a/themes/bluemarine/style.css +++ b/themes/bluemarine/style.css @@ -25,6 +25,10 @@ h2 { h3, h4, h5, h6 { font-size: 1.1em; } +p { + margin-top: 0.5em; + margin-bottom: 0.9em; +} a { text-decoration: none; font-weight: bold; -- GitLab