From 61d3e75856cd20513a7df79ffe68a98de93ce4f2 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Tue, 6 Oct 2009 12:48:28 +0000 Subject: [PATCH] web: small cosmetic change to node headers --- web/drupal/themes/flukso/node.tpl.php | 2 ++ web/drupal/themes/flukso/style.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/drupal/themes/flukso/node.tpl.php b/web/drupal/themes/flukso/node.tpl.php index 81a7fab..25fb24f 100644 --- a/web/drupal/themes/flukso/node.tpl.php +++ b/web/drupal/themes/flukso/node.tpl.php @@ -35,6 +35,8 @@
+ +
'
diff --git a/web/drupal/themes/flukso/style.css b/web/drupal/themes/flukso/style.css index 8a5d7c6..a3ed468 100644 --- a/web/drupal/themes/flukso/style.css +++ b/web/drupal/themes/flukso/style.css @@ -267,7 +267,8 @@ h3.searchresult a:hover { } .node .content p { - margin: 0 0; + margin: 1.5em 0; + padding: 0em 2.6em; letter-spacing: 1px; }